From 61a7340ea874f4716296e27308e1693a2b9a0f39 Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:37:09 +0300 Subject: [PATCH] Updated .editorconfig --- .editorconfig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.editorconfig b/.editorconfig index c47611e..7faf9d4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,19 +4,4 @@ root = true [*] end_of_line = lf -insert_final_newline = true -indent_style = space -indent_size = 4 - -[*.{c,h}] -indent_size = 2 - -[*.S] -indent_size = 8 - -[*.ld] -indent_size = 2 - -[Makefile] indent_style = tab -indent_size = 8