You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .editorconfig
+77-1Lines changed: 77 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,17 @@ indent_style = space
12
12
tab_width = 4
13
13
14
14
# New line preferences
15
-
insert_final_newline = false
15
+
insert_final_newline = true
16
16
trim_trailing_whitespace = true
17
17
18
+
##### XAML/XML files #####
19
+
[*.{xaml,xml,csproj,targets,props}]
20
+
21
+
# Indentation and spacing
22
+
indent_size = 2
23
+
indent_style = space
24
+
tab_width = 2
25
+
18
26
# The following rules were initially inferred by Visual Studio IntelliCode from the C:\Users\bushc\Source\Repos\MaterialDesignInXamlToolkit codebase based on best match to current usage at 8/14/2018
19
27
# You can modify the rules from these initially generated values to suit your own policies
20
28
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
0 commit comments