vieter/.editorconfig

11 lines
168 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
2022-11-19 23:32:51 +01:00
[*.{v,c,h}]
2022-02-19 22:25:52 +01:00
# vfmt wants it :(
indent_style = tab