2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-27 13:11:01 -06:00
easy-markdown-editor/.editorconfig

18 lines
289 B
INI
Raw Normal View History

# Editor configuration, see https://editorconfig.org
root = true
2017-12-05 11:51:36 +01:00
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.yaml]
indent_size = 2
2018-05-17 23:34:54 +02:00
[*.md]
max_line_length = off
trim_trailing_whitespace = false