mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
15 lines
225 B
INI
15 lines
225 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.{csproj,xml,yml,dll.config,targets,props}]
|
|
indent_size = 2
|
|
|
|
[*.gdsl]
|
|
indent_style = tab
|