summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-14 19:32:36 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-03-14 19:32:36 +0000
commit51e454f3b17ad51d7381c0de0e4a3553bdc362d3 (patch)
tree798f833d9ac8f253eab28f449931fca51d063867 /.prettierrc
parentd22e7a421eb323e878a86de36a42aab56c2c53ed (diff)
downloadgitlab-ce-51e454f3b17ad51d7381c0de0e4a3553bdc362d3.tar.gz
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"
+}