stickerpicker/.editorconfig
2020-10-31 21:53:46 +02:00

20 lines
258 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 99
[*.js]
max_line_length = 100
indent_style = tab
[*.{json,sass}]
indent_size = 2