kemono2/.editorconfig
2024-07-04 22:08:17 +02:00

24 lines
268 B
INI

https://EditorConfig.org
root = true
[*.py]
indent_style = space
indent_size = 4
[*.html]
indent_style = space
indent_size = 2
[*.svg]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2