-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
27 lines (24 loc) · 1019 Bytes
/
.editorconfig
File metadata and controls
27 lines (24 loc) · 1019 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
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true
[*.cs]
indent_style = space
indent_size = 4
insert_final_newline = true
charset = utf-8-bom
dotnet_sort_system_directives_first = true
csharp_style_expression_bodied_methods = when_on_single_line:suggestion
dotnet_style_qualification_for_field = true:suggestion
dotnet_style_qualification_for_property = true:suggestion
dotnet_style_qualification_for_method = true:suggestion
dotnet_style_qualification_for_event = true:suggestion
dotnet_analyzer_diagnostic.category-Style.severity = warning
dotnet_diagnostic.CA1416.severity = none
dotnet_diagnostic.CS0436.severity = none
dotnet_diagnostic.IDE0130.severity = none
dotnet_diagnostic.IDE0060.severity = none
dotnet_diagnostic.IDE0065.severity = none
dotnet_diagnostic.IDE0300.severity = none
dotnet_diagnostic.IDE0028.severity = none
dotnet_diagnostic.IDE0022.severity = none
dotnet_diagnostic.IDE0044.severity = none
dotnet_diagnostic.IDE0058.severity = none