initial commit
[crowdnode.js/.git] / .prettierrc.json
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644 (file)
index 0000000..a48aa0c
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "printWidth": 80,
+  "tabWidth": 2,
+  "singleQuote": false,
+  "bracketSpacing": true,
+  "proseWrap": "always",
+  "semi": true,
+  "trailingComma": "all"
+}