Epple-II/.editorconfig

16 lines
204 B
INI
Raw Permalink Normal View History

2022-11-03 03:41:41 +00:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.yaml]
indent_size = 2