Merge branch 'tz-prettier-print-width-100' into 'master'

Update Prettier Print Width to 100

See merge request gitlab-org/gitlab-ce!17953
This commit is contained in:
Clement Ho 2018-03-23 14:32:47 +00:00
commit 7e759f559c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}