Skip to content

Commit 3f59bf7

Browse files
committed
fix(#549): EditorConfig settings for sln files
1 parent 8b8841d commit 3f59bf7

File tree

2 files changed

+182
-189
lines changed

2 files changed

+182
-189
lines changed

.editorconfig

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,18 @@ root = true
22

33
# All files
44
[*]
5+
indent_size = 4
6+
tab_width = 4
57
indent_style = space
8+
insert_final_newline = true
69
trim_trailing_whitespace = true
710

811
# Xml files
912
[*.{config,csproj,targets,xml}]
1013
indent_size = 2
1114

12-
# C# files
13-
[*.cs]
14-
15-
#### Core EditorConfig Options ####
16-
17-
# Indentation and spacing
18-
indent_size = 4
19-
tab_width = 4
20-
21-
# New line preferences
22-
end_of_line = crlf
23-
insert_final_newline =true
15+
[*.{cs,sln}]
16+
end_of_line=crlf
2417

2518
#### .NET Coding Conventions ####
2619
[*.{cs,vb}]

0 commit comments

Comments
 (0)