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