mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
6ba34636cb
Trimmed trailing whitespace, convert tabs to 4 spaces, add preference for spaces to `.editorconfig`.
22 lines
285 B
INI
22 lines
285 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{css,js,json,py,yml,rst}]
|
|
indent_style = space
|
|
|
|
[*.{js,py}]
|
|
charset = utf-8
|
|
|
|
[*.{css,py,scss}]
|
|
indent_size = 4
|
|
|
|
[*.{js,json,yml}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|