2024-11-18 10:08:40 +01:00
|
|
|
# https://editorconfig.org/
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2024-11-18 17:00:19 +01:00
|
|
|
|
|
|
|
[*.{json,jsonc,yml,yaml,sh,puml,md}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.cs]
|
|
|
|
indent_size = 4
|
|
|
|
|
2024-12-02 10:11:00 +01:00
|
|
|
[*.{asset,meta,unity,scenetemplate}]
|
|
|
|
trim_trailing_whitespace = unset
|
|
|
|
insert_final_newline = unset
|
|
|
|
|
2024-11-18 17:00:19 +01:00
|
|
|
[*.sln]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[*.{pbxproj,plist,entitlements,xcsettings}]
|
|
|
|
indent_style = tab
|
2024-12-02 11:41:54 +01:00
|
|
|
|
|
|
|
[*.gantt]
|
|
|
|
insert_final_newline = unset
|