From 06c3950a97c0fe07529bd77a834513d1bcac9a31 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 11 Aug 2023 20:07:35 -0400 Subject: [PATCH] fix(.editorconfig): use correct syntax --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c08cda6..3853bb8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root=true [*] -indent_style: "tab" -indent_size: "2" \ No newline at end of file +indent_style: tab +indent_size: 2