1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-10-18 02:14:06 +00:00
stickerpicker/.editorconfig
2020-10-31 21:53:46 +02:00

19 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