Skip to content

Commit b96b98d

Browse files
committed
added prettier configuration
1 parent b535a52 commit b96b98d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.prettierrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"arrowParens": "always",
3+
"bracketSpacing": true,
4+
"endOfLine": "lf",
5+
"htmlWhitespaceSensitivity": "css",
6+
"insertPragma": false,
7+
"singleAttributePerLine": false,
8+
"bracketSameLine": false,
9+
"jsxBracketSameLine": false,
10+
"jsxSingleQuote": false,
11+
"printWidth": 110,
12+
"proseWrap": "preserve",
13+
"quoteProps": "as-needed",
14+
"requirePragma": false,
15+
"semi": true,
16+
"singleQuote": false,
17+
"tabWidth": 4,
18+
"trailingComma": "none",
19+
"useTabs": false
20+
}

0 commit comments

Comments
 (0)