nvim/.editorconfig

7 lines
98 B
INI
Raw Normal View History

2024-12-18 02:20:22 -05:00
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
insert_final_newline = true