Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-23 14:26:57 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-03-23 14:26:57 +0300
commit9b1f5b68c71a7a20a8fac7ae7eccc7b2195257bc (patch)
tree5365b2cadcd415f6c5df6f2cad2025a5bfea8d6b /.prettierrc
parentf87ad66cee1fcce347c3072ac27613f65626646e (diff)
Update Prettier Print WIdth to 100
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc1
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"
}