Skip to content

Commit c8a1108

Browse files
committed
Whitespace fixes
1 parent 855ef39 commit c8a1108

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

.editorconfig

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,42 @@
11
root=true
22

33
[*]
4-
insert_final_newline=true
4+
insert_final_newline = true
55

66
[*.cs]
7-
indent_style=tab
8-
dotnet_sort_system_directives_first=true
9-
csharp_space_after_cast=true
10-
csharp_new_line_before_open_brace=all
11-
csharp_new_line_before_else=true
12-
csharp_new_line_before_catch=true
13-
csharp_new_line_before_finally=true
14-
csharp_new_line_before_members_in_object_initializers=true
15-
csharp_new_line_before_members_in_anonymous_types=true
16-
csharp_new_line_between_query_expression_clauses=true
17-
18-
# ReSharper properties
19-
resharper_space_within_single_line_array_initializer_braces=true
7+
indent_style = tab
8+
dotnet_sort_system_directives_first = true
9+
csharp_space_after_cast = true
10+
csharp_new_line_before_open_brace = all
11+
csharp_new_line_before_else = true
12+
csharp_new_line_before_catch = true
13+
csharp_new_line_before_finally = true
14+
csharp_new_line_before_members_in_object_initializers = true
15+
csharp_new_line_before_members_in_anonymous_types = true
16+
csharp_new_line_between_query_expression_clauses = true
2017

2118
[*.xsd]
22-
indent_style=tab
19+
indent_style = tab
2320

2421
[*.json]
25-
indent_style=space
26-
indent_size=2
22+
indent_style = space
23+
indent_size = 2
2724

2825
[*.xml]
29-
indent_style=space
30-
indent_size=2
26+
indent_style = space
27+
indent_size = 2
3128

3229
[*.csproj]
33-
indent_style=space
34-
indent_size=2
30+
indent_style = space
31+
indent_size = 2
3532

3633
[*.vbproj]
37-
indent_style=space
38-
indent_size=2
34+
indent_style = space
35+
indent_size = 2
3936

4037
[*.cshtml]
41-
indent_style=space
42-
indent_size=4
38+
indent_style = space
39+
indent_size = 4
4340

4441
[*.g]
45-
indent_style=tab
42+
indent_style = tab

0 commit comments

Comments
 (0)