We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e8981 commit 7335757Copy full SHA for 7335757
.prettierignore
@@ -0,0 +1,4 @@
1
+# https://prettier.io/docs/en/ignore.html
2
+
3
+# Ignore Vocabulary files (formatting handled upstream)
4
+src/vocabulary/
.prettierrc.yaml
@@ -0,0 +1,8 @@
+# https://prettier.io/docs/en/options.html#print-width
+printWidth: 79
+# https://prettier.io/docs/en/options.html#bracket-line
5
+bracketSameLine: true
6
7
+# https://prettier.io/docs/en/options.html#single-attribute-per-line
8
+singleAttributePerLine: true
0 commit comments