Inkay/.editorconfig
2021-09-12 13:51:17 +10:00

14 lines
159 B
INI

# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab