Changed prettier printWidth to 120.
This commit is contained in:
parent
96fde1e7d8
commit
e73bbfb67d
@ -4,5 +4,6 @@
|
|||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
"trailingComma": "none"
|
"trailingComma": "none",
|
||||||
|
"printWidth": 120
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user