nvim/.editorconfig
Alexander Gehrke 41d779e3c7 cleanup
2023-09-08 12:06:53 +02:00

15 lines
195 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{lua,vim}]
indent_size = tab
indent_style = tab
trim_trailing_whitespace = true
[*.{lua}]
max_line_length = 140