LNXSDK/.editorconfig
2025-01-22 16:18:30 +01:00

12 lines
125 B
INI

root = true
[*]
charset = utf-8
tab_width = 4
indent_style = tab
[*.py]
indent_size = 4
tab_width = 4
indent_style = space