Skip to content

Commit 4bcbfc0

Browse files
Merge pull request #2709 from Particular/GitHubSync-20211119-220638
GitHubSync update - master
2 parents 8fd6d78 + 947b6de commit 4bcbfc0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/.editorconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# TODO: Uncomment when analyzer line ending problem is fixed
22
#root = true
33

4+
[*.{csproj,xml}]
5+
indent_style = space
6+
indent_size = 2
7+
48
[*.cs]
59

610
dotnet_analyzer_diagnostic.severity = default
711

812
#### Core EditorConfig Options ####
913

1014
# Indentation and spacing
11-
indent_size = 4
1215
indent_style = space
13-
tab_width = 4
16+
indent_size = 4
1417

1518
# New line preferences
1619
# TODO: Uncomment when analyzer line ending problem is fixed

0 commit comments

Comments
 (0)