nvim/.editorconfig

16 lines
209 B
INI
Raw Permalink Normal View History

2023-09-08 10:06:53 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{lua,vim}]
indent_size = tab
indent_style = tab
tab_width = 4
2023-09-08 10:06:53 +00:00
trim_trailing_whitespace = true
[*.{lua}]
max_line_length = 140