Skip to content

Commit 59efddf

Browse files
committed
Added editorconfig and xaml styler config files
1 parent 8ebc531 commit 59efddf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[**/*.cs]
4+
indent_style = tab
5+
indent_size = 4
6+
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)