Inkay/.editorconfig

14 lines
159 B
INI
Raw Normal View History

2021-09-11 23:51:17 -04:00
# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab