diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-06-26 17:05:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-06-26 17:05:21 -0300 |
commit | f65e712fe8b8b1a196da2db286ebc6a5c9bf7433 (patch) | |
tree | f016695279762437dc6d197e4c99383e3d858c05 /.prettierrc.json | |
parent | 1f68407db59a723cf78e050b7da0b73daa732a08 (diff) |
prettier tweaks
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 0967ef42..7d30a07b 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1 +1,13 @@ -{} +{ + "arrowParens": "always", + "bracketSpacing": true, + "printWidth": 80, + "proseWrap": "never", + "quoteProps": "as-needed", + "requirePragma": true, + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5", + "useTabs": false +} |