summaryrefslogtreecommitdiff
path: root/sass/.prettierrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-18 08:31:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-18 08:31:13 +0200
commitc3071d54eb1275e36067f8549a7a7ac2c6876de9 (patch)
tree4669ca1548f7887305cb3ea35aad6b677531000c /sass/.prettierrc
parent3668c69d1fad5855fd9bcd190855a7f6c6ec2195 (diff)
parent2107c0bbaf9f4b7f66c09eb7d242790145456292 (diff)
Merge branch 'marudor-darkMode'
Diffstat (limited to 'sass/.prettierrc')
-rw-r--r--sass/.prettierrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/.prettierrc b/sass/.prettierrc
new file mode 100644
index 0000000..015eea5
--- /dev/null
+++ b/sass/.prettierrc
@@ -0,0 +1,7 @@
+{
+ "singleQuote": true,
+ "tabWidth": 2,
+ "printWidth": 80,
+ "semi": true,
+ "trailingComma": "es5"
+}