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.
.prettierignore
1 parent c1898d2 commit 2cebf43Copy full SHA for 2cebf43
.prettierignore
@@ -0,0 +1,6 @@
1
+/node_modules
2
+.env
3
+.vscode
4
+.cache
5
+/**/sitemap.njk
6
+/**/feed.njk
.prettierrc
@@ -2,5 +2,7 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
- "singleQuote": true
+ "singleQuote": true,
+ "singleAttributePerLine": false,
7
+ "bracketSameLine": true
8
}
0 commit comments