chore: clean up unity files

This commit is contained in:
2025-04-28 13:59:00 +02:00
parent 842331feb2
commit 354e15ae78
4 changed files with 680 additions and 556 deletions

View File

@ -7,7 +7,7 @@ charset = utf-8
indent_style = space
end_of_line = lf
[*.{json,jsonc,asmdef}]
[*.asmdef]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
@ -28,6 +28,11 @@ indent_style = tab
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2
[*.{json,jsonc}]
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.builds]
indent_size = 2