LNXSDK/.editorconfig

12 lines
125 B
INI
Raw Normal View History

2025-01-22 16:18:30 +01:00
root = true
[*]
charset = utf-8
tab_width = 4
indent_style = tab
[*.py]
indent_size = 4
tab_width = 4
indent_style = space