aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..524d146
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,17 @@
+{
+ "arrowParens": "always",
+ "bracketSpacing": true,
+ "endOfLine": "lf",
+ "htmlWhitespaceSensitivity": "strict",
+ "jsxBracketSameLine": true,
+ "jsxSingleQuote": false,
+ "printWidth": 160,
+ "proseWrap": "preserve",
+ "quoteProps": "consistent",
+ "semi": true,
+ "singleQuote": false,
+ "tabWidth": 4,
+ "trailingComma": "es5",
+ "useTabs": true,
+ "vueIndentScriptAndStyle": false
+}