|
@@ -0,0 +1,27 @@
|
|
|
+{
|
|
|
+ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
|
+ "settings": {
|
|
|
+ "indentation": {
|
|
|
+ "indentationSize": 4
|
|
|
+ },
|
|
|
+ "orderingRules": {
|
|
|
+ "usingDirectivesPlacement": "outsideNamespace"
|
|
|
+ },
|
|
|
+ "maintainabilityRules": {
|
|
|
+ "topLevelTypes": [ "class", "interface", "enum", "struct" ]
|
|
|
+ },
|
|
|
+ "readabilityRules": {
|
|
|
+ "allowBuiltInTypeAliases": false
|
|
|
+ },
|
|
|
+ "layoutRules": {
|
|
|
+ "newlineAtEndOfFile": "omit",
|
|
|
+ "allowConsecutiveUsings": false
|
|
|
+ },
|
|
|
+ "documentationRules": {
|
|
|
+ "xmlHeader": false,
|
|
|
+ "documentInterfaces": false,
|
|
|
+ "documentExposedElements": false,
|
|
|
+ "documentInternalElements": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|