From b072e22f3e43c8a9d4f0344a9311b9603896160e Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 13 Mar 2023 17:58:43 +0200 Subject: [PATCH] chore: remove Prettier overrides for "*.sol" --- .prettierrc.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.prettierrc.yml b/.prettierrc.yml index 413b963..a1ecdbb 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -5,8 +5,3 @@ singleQuote: false tabWidth: 2 trailingComma: "all" useTabs: false - -overrides: - - files: ["*.sol"] - options: - tabWidth: 4