Change printWidth to 100

pull/81/head
MillenniumEarl 2021-03-15 15:38:19 +01:00
parent 0b6880d5de
commit e06f0db041
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
"semi": true,
"trailingComma": "none",
"singleQuote": false,
"printWidth": 90
"printWidth": 100
}