nvim/.editorconfig
2025-02-26 11:22:27 +01:00

16 lines
209 B
INI

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