From 541793b559f1c44af277fd583e22f6f6fc3fada9 Mon Sep 17 00:00:00 2001 From: Mike Street Date: Fri, 6 Oct 2023 21:18:37 +0100 Subject: [PATCH] Remove indent_size from editorconfig As the style is a tab, the files should be indented according to the users preference --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index d2fefa1c..5a0ce346 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,9 +2,8 @@ root = true [*] indent_style = tab -indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -quote_type = single \ No newline at end of file +quote_type = single