ptcoffee_django/.editorconfig
2023-04-03 18:55:47 -06:00

32 lines
397 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 = 2
[*.ts]
indent_size = 4
[*.yml]
indent_size = 4
[*.html]
indent_size = 4
[*.css]
indent_size = 4