Removed obsolete file stylecop.json

It currently has two functions, both of which are covered by our .editorconfig file.
This commit is contained in:
penev92
2021-11-14 02:07:48 +02:00
committed by Matthias Mailänder
parent 1326bca65c
commit 413d564f1d
3 changed files with 0 additions and 15 deletions

4
.gitignore vendored
View File

@@ -41,10 +41,6 @@ Settings.md
openra.6
update.log
# StyleCop
*.Cache
StyleCopViolations.xml
# SublimeText
*.sublime-project
*.sublime-workspace

View File

@@ -48,6 +48,5 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
<AdditionalFiles Include="$(EngineRootPath)/stylecop.json" />
</ItemGroup>
</Project>

View File

@@ -1,10 +0,0 @@
{
"settings": {
"indentation": {
"useTabs": true
},
"layoutRules": {
"newlineAtEndOfFile": "require"
}
}
}