diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7e47e39 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# IDE0059: Unnecessary assignment of a value +dotnet_diagnostic.IDE0059.severity = none diff --git a/FabusMod.sln b/FabusMod.sln index 480460c..d868336 100644 --- a/FabusMod.sln +++ b/FabusMod.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.2.32526.322 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FabusMod", "FabusMod.csproj", "{FCB780C4-4903-4455-BA97-0C98E9E864D5}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C8153CAF-759F-40F9-95E6-4F8B3E786AC7}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU