From 3b6ce849c9f3ab40b7401a0e210a6c847dbaeec4 Mon Sep 17 00:00:00 2001 From: xiaoy312 Date: Thu, 30 May 2024 11:56:36 -0400 Subject: [PATCH] style: fix .xaml file tab config --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]