vieter/.editorconfig

10 lines
149 B
INI
Raw 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,c,h}]
2022-02-19 22:25:52 +01:00
indent_style = tab