0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/.editorconfig
Rob Moorman 74d13822d5 Added .editorconfig (#2740)
* Added .editorconfig

* Added json and yml for 2 space indenting

* Added scss for 4 space indenting
2016-06-17 14:00:24 +01:00

18 lines
207 B
INI

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