From 3bcb47c97f9358430504fffaef36cb857e19d934 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 26 Dec 2024 18:05:07 +0200 Subject: [PATCH] chore: remove defaults from prettier config --- .prettierrc.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.prettierrc.yml b/.prettierrc.yml index 3b6e0857..b5dc8a22 100644 --- a/.prettierrc.yml +++ b/.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: