simplify_static_dir/.editorconfig

17 lines
263 B
INI
Raw Normal View History

2022-11-16 19:00:51 +00:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = latin1
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.md]
indent_size = 2
[{Makefile,*.mak}]
indent_style = tab