dotfiles/home/dot_config/nvim/dot_editorconfig
2025-09-27 15:28:09 +01:00

12 lines
202 B
Text

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.lua]
indent_type = "Spaces"
indent_width = 2
column_width = 120