This commit is contained in:
Phil Gilmore 2025-03-30 17:50:07 -06:00
commit 25361e1574

View File

@ -1,10 +1,18 @@
root=true
[{*, *.*}]
resharper_tabs_are_disallowed_highlighting=none
[*.cs]
tab_width = 4
indent_size = 4
indent_style = tab
[{*.vb, *.bas}]
tab_width = 4
indent_size = 4
indent_style = tab
[*.xml]
tab_width = 4
indent_size = 4
@ -18,4 +26,9 @@ indent_style = tab
[{*.yml, *.yaml}]
tab_width = 2
indent_size = 2
indent_style = space
indent_style = space
[*.pas]
tab_width = 2
indent_size = 2
indent_style = space