scribeengine/.editorconfig
2024-11-19 19:46:48 -06:00

17 lines
222 B
INI

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