From a9f8114260a7bceb3fb4afac3f9e79f6ef8b6195 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 15 Sep 2022 00:57:35 +0200 Subject: [PATCH] chore: fix indenting for *.sol in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9678628..746ae31 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{sol}] +[*.sol] indent_size = 4 [*.tree]