aboutsummaryrefslogtreecommitdiff
path: root/src/.stylecop.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/.stylecop.json')
-rw-r--r--src/.stylecop.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/.stylecop.json b/src/.stylecop.json
new file mode 100644
index 0000000..6954967
--- /dev/null
+++ b/src/.stylecop.json
@@ -0,0 +1,25 @@
+{
+ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
+ "settings": {
+ "indentation": {
+ "useTabs": true,
+ "tabSize": 4,
+ "indentationSize": 4
+ },
+ "orderingRules": {
+ "elementOrder": [
+ "kind",
+ "accessibility",
+ "constant",
+ "static",
+ "readonly"
+ ],
+ "blankLinesBetweenUsingGroups": "require",
+ "systemUsingDirectivesFirst": true,
+ "usingDirectivesPlacement": "outsideNamespace"
+ },
+ "namingRules": {
+
+ }
+ }
+}