geml/.editorconfig

10 lines
122 B
INI
Raw Normal View History

2023-08-01 13:34:38 +00:00
[*]
charset=utf-8
indent_style=space
indent_size=2
tab_width=2
trim_trailing_whitespace=true
2023-08-01 19:41:08 +00:00
[Makefile]
indent_style=tab