vieter/.editorconfig

11 lines
168 B
INI
Raw Normal View History

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