SEBRAUC/.editorconfig
Theta-Dev 1f8546cb37
Some checks failed
continuous-integration/drone Build is failing
Add preact framework
2021-11-19 20:31:33 +01:00

16 lines
251 B
INI

[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 88
[*.py]
indent_style = space
[*.{json,md,rst,ini,yml,yaml}]
indent_style = space
indent_size = 2