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 925e4e0 commit 37f6320Copy full SHA for 37f6320
src/plugins/example-blocks/.prettierrc
@@ -0,0 +1,14 @@
1
+{
2
+ "printWidth": 110,
3
+ "endOfLine": "lf",
4
+ "trailingComma": "es5",
5
+ "tabWidth": 2,
6
+ "useTabs": true,
7
+ "semi": true,
8
+ "singleQuote": true,
9
+ "quoteProps": "as-needed",
10
+ "jsxSingleQuote": false,
11
+ "bracketSpacing": true,
12
+ "bracketSameLine": false,
13
+ "arrowParens": "always"
14
+}
0 commit comments