diff options
Diffstat (limited to 'viewer/.prettierrc.js')
-rw-r--r-- | viewer/.prettierrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/.prettierrc.js b/viewer/.prettierrc.js index ee0cb9b..36c85bc 100644 --- a/viewer/.prettierrc.js +++ b/viewer/.prettierrc.js | |||
@@ -6,4 +6,5 @@ module.exports = { | |||
6 | printWidth: 120, | 6 | printWidth: 120, |
7 | bracketSpacing: true, | 7 | bracketSpacing: true, |
8 | arrowParens: "avoid", | 8 | arrowParens: "avoid", |
9 | endOfLine: "auto", | ||
9 | }; | 10 | }; |