Skip to content

Commit 5dc2c67

Browse files
committed
chore: add prettier conf
1 parent 2f04b5c commit 5dc2c67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.prettierrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"useTabs": false,
3+
"printWidth": 160,
4+
"tabWidth": 2,
5+
"singleQuote": true,
6+
"requirePragma": true,
7+
"bracketSpacing": true,
8+
"jsxBracketSameLine": true,
9+
"trailingComma": "es5",
10+
"semi": true,
11+
"parser": "typescript"
12+
}

0 commit comments

Comments
 (0)