scribeengine/.editorconfig

16 lines
214 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_space = true
max_line_length = 120
indent_style = space
[*.py]
indent_size = 4
[*.html,*.css,*.js,*.ts]
indent_size = 2