mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
19 lines
233 B
INI
19 lines
233 B
INI
|
# editorconfig.org
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
indent_size = 2
|
||
|
indent_style = space
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
|
||
|
[*.md]
|
||
|
trim_trailing_whitespace = false
|
||
|
|
||
|
[*.py]
|
||
|
indent_size = 4
|