forum/.editorconfig
2022-07-20 19:10:18 -06:00

38 lines
448 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4
continuation_indent_size = 8
combine_as_imports = true
max_line_length = 88
multi_line_output = 4
quote_type = single
[*.js]
indent_size = 4
[*.jsx]
indent_size = 4
[*.scss]
indent_size = 4
[*.ts]
indent_size = 4
[*.tsx]
indent_size = 4
[*.yml]
indent_size = 4
[*.html]
indent_size = 4