Files
Sheerka-Old/.editorconfig
T
2019-07-18 23:55:14 +02:00

16 lines
206 B
INI

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4
[*.json]
indent_style=space
indent_size=2
# Tab indentation (no size specified)
[Makefile]
indent_style = tab