1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

add EditorConfig configuration

This commit is contained in:
Andrey Filipenkov
2025-03-15 17:22:27 +03:00
parent f7305fd1c2
commit fa5220a613

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
spelling_language = en-US
trim_trailing_whitespace = true
[{*.py,CMakePresets.json}]
indent_style = space
indent_size = 4
[*.{md,yml}]
indent_style = space
indent_size = 2
[*.ui]
indent_style = space
indent_size = 1