vieter/.editorconfig

11 lines
174 B
INI
Raw Normal View History

2022-01-27 22:39:03 +01:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.v]
indent_style = space