-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
43 lines (36 loc) · 1.22 KB
/
.editorconfig
File metadata and controls
43 lines (36 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
[*.cs]
dotnet_diagnostic.IDE0055.severity = error
dotnet_diagnostic.IDE0029.severity = error
dotnet_diagnostic.IDE0051.severity = error
dotnet_diagnostic.IDE0059.severity = error
dotnet_diagnostic.IDE0060.severity = error
dotnet_diagnostic.IDE0074.severity = error
dotnet_diagnostic.IDE2000.severity = error
dotnet_diagnostic.IDE2001.severity = error
dotnet_diagnostic.IDE2002.severity = error
dotnet_diagnostic.IDE0005.severity = error
dotnet_diagnostic.CS0168.severity = error
dotnet_diagnostic.CS0219.severity = error
dotnet_diagnostic.CS8600.severity = error
dotnet_diagnostic.CS8601.severity = error
dotnet_diagnostic.CS8602.severity = error
dotnet_diagnostic.CS8603.severity = error
dotnet_diagnostic.CS8604.severity = error
dotnet_diagnostic.SA1516.severity = error
dotnet_style_allow_multiple_blank_lines_experimental = false:error
dotnet_style_prefer_auto_properties = true:error
dotnet_style_object_initializer = true:error
dotnet_style_collection_initializer = true:error
[*.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{cs,json}]
trim_trailing_whitespace = true