0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/.editorconfig

18 lines
208 B
INI
Raw Normal View History

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}]
2016-06-19 12:59:49 +02:00
indent_size = 2