diff --git a/.editorconfig b/.editorconfig index 5e4dc2b81..279ead35d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -41,7 +41,9 @@ end_of_line = lf indent_size = 2 [*.xaml] -indent_size = 2 +indent_style = tab +tab_width = 4 +indent_size = 4 charset = utf-8-bom [*.xml]