mdb-ui-kit/.editorconfig

18 lines
232 B
INI
Raw Normal View History

# editorconfig.org
2014-10-05 12:20:47 +04:00
root = true
2014-10-05 12:20:47 +04:00
[*]
charset = utf-8
end_of_line = lf
2014-12-02 11:05:46 +03:00
indent_size = 2
2014-10-05 12:20:47 +04:00
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_size = 4