nvim/.editorconfig
2024-10-20 00:43:19 +01:00

19 lines
365 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.{lua,tera}]
indent_style = tab
[*.{diff,md}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 4