EzSequencePy/.editorconfig
2025-02-02 21:03:12 -07:00

12 lines
137 B
INI

root=true
[*.py]
tab_width = 4
indent_size = 4
indent_style = tab
[{*.yml, *.yaml}]
tab_width = 2
indent_size = 2
indent_style = space