chore: change printWidth from 80 to 100 (#365)

This commit is contained in:
Shohei Ueda
2020-06-22 05:40:06 +09:00
committed by GitHub
parent be3787356a
commit 8bff475612
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"
}