style(editorconfig): add indent size (#8)

This commit is contained in:
2024-11-18 17:00:19 +01:00
committed by GitHub
parent d646f561bc
commit 1fb27e98c6
3 changed files with 48 additions and 33 deletions

View File

@ -8,3 +8,15 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,jsonc,yml,yaml,sh,puml,md}]
indent_size = 2
[*.cs]
indent_size = 4
[*.sln]
indent_style = tab
[*.{pbxproj,plist,entitlements,xcsettings}]
indent_style = tab