From 9210698866f04609536ea5a2091ce32b5657d2b7 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 12 Oct 2024 02:22:12 -0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d656273..e640634 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,17 @@ +root = true + [*] end_of_line = lf insert_final_newline = true [Makefile] +indent_size = 4 indent_style = tab -[*.{c,h}] +[*.c, *.h] indent_size = 4 +indent_style = space + +[*.rb, *.gemspec] +indent_size = 2 +indent_style = space