scribeengine/.editorconfig

17 lines
222 B
INI
Raw Normal View History

2024-11-20 01:46:48 +00:00
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