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:
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"
}