wagtail/.editorconfig

18 wiersze
208 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}]
indent_size = 2