Skip to content

Commit e7d00f3

Browse files
authored
Enforce tabs for Xaml in EditorConfig and Xaml Styler (#11346)
1 parent aaeb7b0 commit e7d00f3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.editorconfig

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
[*.cs]
1+
root = true
2+
3+
[**/*.cs]
24
indent_style = tab
35
indent_size = 4
46
tab_width = 4
7+
8+
[**/*.xaml]
9+
indent_style = tab
10+
indent_size = 4
11+
tab_width = 4

Settings.XamlStyler

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"IndentWithTabs": true
3+
}

0 commit comments

Comments
 (0)