wagtail/.editorconfig

22 wiersze
299 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,rst}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false