forked from bUnit-dev/bUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
41 lines (32 loc) · 719 Bytes
/
.editorconfig
File metadata and controls
41 lines (32 loc) · 719 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
33
34
35
36
37
38
39
40
41
root = true
[*]
indent_style = tab
indent_size = tab
tab_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
tab_size = 4
dotnet_sort_system_directives_first = true
[*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}]
tab_size = 2
[*.{htm,html,css,scss}]
tab_size = 2
[*.json]
tab_size = 2
[*.{ps1,psm1}]
tab_size = 4
[*.sh]
tab_size = 4
end_of_line = lf
[*.{yml,yaml}]
indent_style = space
tab_size = 2
[*.{cs,razor}]
dotnet_diagnostic.BL0001.severity = none
dotnet_diagnostic.BL0002.severity = none
dotnet_diagnostic.BL0003.severity = none
dotnet_diagnostic.BL0004.severity = none
dotnet_diagnostic.BL0005.severity = none
dotnet_diagnostic.BL0006.severity = none