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-14 22:32:36 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-03-14 22:32:36 +0300
commit51e454f3b17ad51d7381c0de0e4a3553bdc362d3 (patch)
tree798f833d9ac8f253eab28f449931fca51d063867 /.prettierrc
parentd22e7a421eb323e878a86de36a42aab56c2c53ed (diff)
Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 00000000000..a20502b7f06
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,4 @@
+{
+ "singleQuote": true,
+ "trailingComma": "all"
+}