WebUI/.editorconfig
2022-02-05 12:09:32 +01:00

18 lines
282 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
[*.{jsx,tsx}]
indent_size = 2
[*.{json,md,rst,ini,yml,yaml}]
indent_style = space
indent_size = 2