Skip to content

Commit 312e290

Browse files
committed
updated line lengths
1 parent 19b7953 commit 312e290

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.prettierrc.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"arrowParens": "avoid",
3-
"bracketSpacing": true,
4-
"endOfLine": "lf",
5-
"jsxBracketSameLine": true,
6-
"printWidth": 80,
7-
"semi": true,
8-
"singleQuote": true,
9-
"tabWidth": 2,
10-
"trailingComma": "es5",
11-
"useTabs": true
12-
}
2+
"arrowParens": "avoid",
3+
"bracketSpacing": true,
4+
"endOfLine": "lf",
5+
"jsxBracketSameLine": true,
6+
"printWidth": 100,
7+
"semi": true,
8+
"singleQuote": true,
9+
"tabWidth": 2,
10+
"trailingComma": "es5",
11+
"useTabs": true
12+
}

0 commit comments

Comments
 (0)