From 413d564f1daff4cf813f5da737e6df36d1fde901 Mon Sep 17 00:00:00 2001 From: penev92 Date: Sun, 14 Nov 2021 02:07:48 +0200 Subject: [PATCH] Removed obsolete file stylecop.json It currently has two functions, both of which are covered by our .editorconfig file. --- .gitignore | 4 ---- Directory.Build.props | 1 - stylecop.json | 10 ---------- 3 files changed, 15 deletions(-) delete mode 100644 stylecop.json diff --git a/.gitignore b/.gitignore index 5abaa1a6bb..a84fd6521b 100644 --- a/.gitignore +++ b/.gitignore @@ -41,10 +41,6 @@ Settings.md openra.6 update.log -# StyleCop -*.Cache -StyleCopViolations.xml - # SublimeText *.sublime-project *.sublime-workspace diff --git a/Directory.Build.props b/Directory.Build.props index 3c3fc08e5e..a66ee607b8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -48,6 +48,5 @@ - diff --git a/stylecop.json b/stylecop.json deleted file mode 100644 index b0b1bb2a49..0000000000 --- a/stylecop.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "settings": { - "indentation": { - "useTabs": true - }, - "layoutRules": { - "newlineAtEndOfFile": "require" - } - } -} \ No newline at end of file