mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
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
|