Added VB and PAS blocks to .editorconfig.

This commit is contained in:
Phil Gilmore 2024-10-25 03:54:25 -06:00
parent adffadd364
commit ff3ebecf73

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