vieter/.editorconfig

11 lines
168 B
INI

root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.{v,c,h}]
# vfmt wants it :(
indent_style = tab