Skip to content

Commit c1208b4

Browse files
committed
Add .editorconfig.
1 parent 31a7f11 commit c1208b4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
tab_width = 4
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
charset=utf-8
10+
11+
[*.{cs,vb}]
12+
dotnet_sort_system_directives_first = true
13+
dotnet_separate_import_directive_groups = false

ServerCodeExciser.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.2.32526.322
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA80E53A-9EEF-4F05-BEE3-EC8393F1975B}"
7+
ProjectSection(SolutionItems) = preProject
8+
.editorconfig = .editorconfig
9+
EndProjectSection
10+
EndProject
611
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerCodeExciser", "ServerCodeExciser\ServerCodeExciser.csproj", "{6E4116C9-9BEB-4FBA-B035-D91555E2C981}"
712
EndProject
813
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerCodeExciserTest", "ServerCodeExciserTest\ServerCodeExciserTest.csproj", "{6E4116C9-9BEB-4FBA-B035-D91555E2C982}"

0 commit comments

Comments
 (0)