-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.editorconfig
More file actions
32 lines (27 loc) · 837 Bytes
/
.editorconfig
File metadata and controls
32 lines (27 loc) · 837 Bytes
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
root = true
[*]
indent_style = space
end_of_line = crlf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.xml]
indent_size = 2
[*.cs]
dotnet_diagnostic.CSS039.severity = none
dotnet_diagnostic.CA2227.severity = none
dotnet_diagnostic.CA1305.severity = none
dotnet_diagnostic.CS8600.severity = none
dotnet_diagnostic.CS8602.severity = none
dotnet_diagnostic.CS8603.severity = none
dotnet_diagnostic.CS8625.severity = none
dotnet_diagnostic.CA1062.severity = none
dotnet_diagnostic.CA1816.severity = none
dotnet_diagnostic.IDE0017.severity = none
dotnet_diagnostic.IDE0044.severity = none
dotnet_diagnostic.IDE0059.severity = none
dotnet_diagnostic.IDE0063.severity = none
[*.razor]
dotnet_diagnostic.CSS039.severity = none
[*.css]
dotnet_diagnostic.CSS039.severity = none