0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/.editorconfig
Thibaud Colas 29942d2a48
Add documentation formatting reference (#6729)
Co-authored-by: Andy Chosak <andy@chosak.org>
Co-authored-by: Tom Dyson <tom@torchbox.com>
2021-01-29 10:38:47 +00:00

22 lines
295 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{css,js,json,py,yml,rst,md}]
indent_style = space
[*.{js,py}]
charset = utf-8
[*.{css,py,scss,rst,md}]
indent_size = 4
[*.{js,json,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false