Marley Rae
77155ec7a1
Using tabset nvim plugin instead to manage file-specific tab width, as this is global rather than having to be set per project.
7 lines
139 B
INI
7 lines
139 B
INI
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 80
|