simplemde-markdown-editor/.editorconfig

10 lines
122 B
INI
Raw Normal View History

2017-12-05 11:51:36 +01:00
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
2018-05-17 23:34:54 +02:00
[*.{yml,yaml}]
indent_size=2