diff --git a/.editorconfig b/.editorconfig index 7458995..28764cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file +indent_style = space + +[*.pas] +tab_width = 2 +indent_size = 2 +indent_style = space