瀏覽代碼

chore: remove defaults from prettier config

Paul Razvan Berg 7 月之前
父節點
當前提交
3bcb47c97f
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      .prettierrc.yml

+ 0 - 3
.prettierrc.yml

@@ -1,11 +1,8 @@
-bracketSpacing: true
 plugins:
   - "@trivago/prettier-plugin-sort-imports"
   - "prettier-plugin-solidity"
 printWidth: 120
 proseWrap: "always"
-singleQuote: false
-tabWidth: 2
 trailingComma: "all"
 
 overrides: