From b696e985915661ca8d4c99a8fb156d6a17140d38 Mon Sep 17 00:00:00 2001 From: Michele Scuttari Date: Mon, 14 Oct 2024 18:48:45 +0200 Subject: [PATCH] Remove C / C++ configuration from .editorconfig file --- .editorconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index ddf5fd002..a22bb725b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,5 @@ root = true -[*] -end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 2 - [*.py] indent_size = 4