Browse Source

Restore prettierrc

tags/v0.2.2
Dylan Baker 4 years ago
parent
commit
c03e251dc5
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      .prettierrc

+ 21
- 0
.prettierrc View File

@@ -0,0 +1,21 @@
1
+{
2
+  "arrowParens": "avoid",
3
+  "bracketSpacing": true,
4
+  "endOfLine": "auto",
5
+  "filepath": "",
6
+  "htmlWhitespaceSensitivity": "css",
7
+  "insertPragma": false,
8
+  "jsxBracketSameLine": false,
9
+  "jsxSingleQuote": false,
10
+  "parser": "",
11
+  "printWidth": 80,
12
+  "proseWrap": "preserve",
13
+  "quoteProps": "as-needed",
14
+  "requirePragma": false,
15
+  "semi": true,
16
+  "singleQuote": true,
17
+  "tabWidth": 2,
18
+  "trailingComma": "es5",
19
+  "useTabs": false,
20
+  "vueIndentScriptAndStyle": false
21
+}

Loading…
Cancel
Save