2024-11-18 10:08:40 +01:00
|
|
|
# https://editorconfig.org/
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2024-12-07 23:57:43 +01:00
|
|
|
charset = utf-8
|
2024-11-18 10:08:40 +01:00
|
|
|
indent_style = space
|
|
|
|
end_of_line = lf
|
2024-12-07 23:57:43 +01:00
|
|
|
|
|
|
|
[*.{json,jsonc,asmdef}]
|
|
|
|
indent_size = 2
|
2024-11-18 10:08:40 +01:00
|
|
|
trim_trailing_whitespace = true
|
2024-11-18 17:00:19 +01:00
|
|
|
|
2024-12-07 23:57:43 +01:00
|
|
|
[*.{yml,yaml,sh,puml,md}]
|
2024-11-18 17:00:19 +01:00
|
|
|
indent_size = 2
|
2024-12-07 23:57:43 +01:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2024-11-18 17:00:19 +01:00
|
|
|
|
|
|
|
[*.cs]
|
|
|
|
indent_size = 4
|
2024-12-07 23:57:43 +01:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2024-12-02 10:11:00 +01:00
|
|
|
|
2024-11-18 17:00:19 +01:00
|
|
|
[*.sln]
|
|
|
|
indent_style = tab
|
|
|
|
|
2024-12-07 23:57:43 +01:00
|
|
|
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.builds]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.{xml,stylecop,resx,ruleset}]
|
|
|
|
indent_size = 2
|
2024-12-02 11:41:54 +01:00
|
|
|
|
2024-12-07 23:57:43 +01:00
|
|
|
[*.{props,targets,config,nuspec}]
|
|
|
|
indent_size = 2
|