aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml
index aa374328e..d8379671f 100644
--- a/.prettierrc.yml
+++ b/.prettierrc.yml
@@ -1,8 +1,8 @@
1printWidth: 80 1printWidth: 140
2tabWidth: 2 2tabWidth: 2
3useTabs: false 3useTabs: false
4semi: false 4semi: false
5singleQuote: true 5singleQuote: true
6trailingComma: all 6trailingComma: false
7bracketSpacing: true 7bracketSpacing: true
8arrowParens: always 8arrowParens: always