chore: change printWidth from 80 to 100

This commit is contained in:
peaceiris 2020-06-22 05:30:20 +09:00
parent 20fdc5a174
commit aa49a780a6
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC
9 changed files with 28 additions and 72 deletions

View file

@ -1,11 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}