diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-23 12:26:57 +0100 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-23 12:26:57 +0100 |
commit | 9b1f5b68c71a7a20a8fac7ae7eccc7b2195257bc (patch) | |
tree | 5365b2cadcd415f6c5df6f2cad2025a5bfea8d6b /.prettierrc | |
parent | f87ad66cee1fcce347c3072ac27613f65626646e (diff) | |
download | gitlab-ce-9b1f5b68c71a7a20a8fac7ae7eccc7b2195257bc.tar.gz |
Update Prettier Print WIdth to 100
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc index a20502b7f06..5e2863a11f6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,5 @@ { + "printWidth": 100, "singleQuote": true, "trailingComma": "all" } |