summaryrefslogtreecommitdiff
path: root/.prettierrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json
new file mode 100644
index 0000000..a455f4e
--- /dev/null
+++ b/.prettierrc.json
@@ -0,0 +1,11 @@
+{
+ "proseWrap": "always",
+ "overrides": [
+ {
+ "files": "*.liquid",
+ "options": {
+ "parser": "html"
+ }
+ }
+ ]
+}