diff options
author | delta <darkussdelta@gmail.com> | 2025-02-03 22:58:46 +0100 |
---|---|---|
committer | delta <darkussdelta@gmail.com> | 2025-02-03 22:58:46 +0100 |
commit | 41a6d16ef6a356bc286b0eafe267d04aeed174f3 (patch) | |
tree | 86fe71416dc5f802bacec930f9afadd453824423 /.prettierrc.json |
initial commit
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..3abfc1a --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,14 @@ +{ + "printWidth": 160, + "tabWidth": 4, + "useTabs": false, + "semi": true, + "singleQuote": false, + "quoteProps": "as-needed", + "jsxSingleQuote": false, + "trailingComma": "all", + "bracketSpacing": true, + "bracketSameLine": true, + "arrowParens": "always", + "proseWrap": "always" +} |