Change prettierrc
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"useTabs": true,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 80,
|
||||
"printWidth": 120,
|
||||
"arrowParens": "avoid",
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
|
Reference in New Issue
Block a user