Skip to content

Commit 168e54a

Browse files
committed
Add editorconfig
1 parent 6ea9853 commit 168e54a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*.cs]
2+
3+
# IDE0290: Use primary constructor
4+
csharp_style_prefer_primary_constructors = false
5+
6+
# IDE0028: Simplify collection initialization
7+
dotnet_diagnostic.IDE0028.severity = silent

Jellyfish.sln

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29326.143
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.12.35728.132 d17.12
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfish", "Jellyfish\Jellyfish.csproj", "{BC1FE818-F666-4FEB-A662-9A09FD5F5BA9}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7135952-A243-48A4-951D-1A7687519944}"
9+
ProjectSection(SolutionItems) = preProject
10+
.editorconfig = .editorconfig
11+
EndProjectSection
12+
EndProject
813
Global
914
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1015
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)