mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
21 lines
299 B
INI
21 lines
299 B
INI
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
|