Skip to content

Commit 79a44ed

Browse files
committed
v0.0.1
1 parent 51cfc18 commit 79a44ed

File tree

17 files changed

+2087
-0
lines changed

17 files changed

+2087
-0
lines changed

.editorconfig

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Remove the line below if you want to inherit .editorconfig settings from higher directories
2+
root = true
3+
4+
# C# files
5+
[*.cs]
6+
7+
#### Core EditorConfig Options ####
8+
9+
# Indentation and spacing
10+
indent_size = 4
11+
indent_style = tab
12+
tab_width = 4
13+
14+
dotnet_diagnostic.CS1998.severity = none
15+
16+
# XML-styled files
17+
[*.{csproj,props,targets}]
18+
indent_size = 2
19+
indent_style = space
20+
tab_width = 2
21+
22+
# NuGet config file
23+
[nuget.config]
24+
indent_size = 2
25+
indent_style = space
26+
tab_width = 2

0 commit comments

Comments
 (0)