Removed obsolete file stylecop.json
It currently has two functions, both of which are covered by our .editorconfig file.
This commit is contained in:
committed by
Matthias Mailänder
parent
1326bca65c
commit
413d564f1d
4
.gitignore
vendored
4
.gitignore
vendored
@@ -41,10 +41,6 @@ Settings.md
|
|||||||
openra.6
|
openra.6
|
||||||
update.log
|
update.log
|
||||||
|
|
||||||
# StyleCop
|
|
||||||
*.Cache
|
|
||||||
StyleCopViolations.xml
|
|
||||||
|
|
||||||
# SublimeText
|
# SublimeText
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|||||||
@@ -48,6 +48,5 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
|
||||||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
|
||||||
<AdditionalFiles Include="$(EngineRootPath)/stylecop.json" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"settings": {
|
|
||||||
"indentation": {
|
|
||||||
"useTabs": true
|
|
||||||
},
|
|
||||||
"layoutRules": {
|
|
||||||
"newlineAtEndOfFile": "require"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user