From c434d13008e68952df420cfd112e96c6ed0883fb Mon Sep 17 00:00:00 2001 From: Ranieri Althoff Date: Sun, 5 Nov 2023 03:20:07 +0100 Subject: [PATCH] Cleanup editorconfig --- .editorconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7bdd4067..2774da0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,3 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true - -[*.cpp] -indent_style = space -indent_size = 4 - -[*.js] -indent_style = space -indent_size = 2