Skip to content

Commit 21f4b33

Browse files
author
Predrag Stojadinovic
committed
gitterjs autocommit 2022-04-10 20:02:00
1 parent c803ba1 commit 21f4b33

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.prettierrc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"printWidth": 120,
3-
"trailingComma": "all",
4-
"singleQuote": true
2+
"printWidth": 180,
3+
"singleQuote": true,
4+
"trailingComma": "none",
5+
"arrowParens": "always",
6+
"useTabs": true,
7+
"bracketSpacing": false,
8+
"vueIndentScriptAndStyle": true,
9+
"jsxBracketSameLine": true,
10+
"bracketSameLine": true
511
}

0 commit comments

Comments
 (0)