Browse Source

cleanup: removed unused file

Torkel Ödegaard 8 years ago
parent
commit
f22d1af9e0
1 changed files with 0 additions and 21 deletions
  1. 0 21
      .jsfmtrc

+ 0 - 21
.jsfmtrc

@@ -1,21 +0,0 @@
-{
-  "preset" : "default",
-
-  "lineBreak" : {
-    "before" : {
-      "VariableDeclarationWithoutInit" : 0,
-    },
-
-    "after": {
-      "AssignmentOperator": -1,
-      "ArgumentListArrayExpression": ">=1"
-    }
-  },
-
-  "whiteSpace" : {
-    "before" : {
-    },
-    "after" : {
-    }
-  }
-}