vieter/.editorconfig

11 lines
162 B
INI
Raw Permalink Normal View History

2022-01-27 22:39:03 +01:00
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.v]
2022-02-19 22:25:52 +01:00
# vfmt wants it :(
indent_style = tab