gmi-web/.editorconfig

11 lines
155 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space
[*.scd]
indent_style = tab
2021-02-16 20:32:27 +00:00
[Makefile]
indent_style = tab