From 0e43e617fccfb8f874320be1b605838831291fac Mon Sep 17 00:00:00 2001 From: KikooDX Date: Tue, 15 Sep 2020 12:24:05 +0200 Subject: [PATCH] [minor] Fixed a mistake in the .editoconfig :s --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e736bc5..9633cd5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true insert_final_newline = true [*.{c,h}] -indent_style = true +indent_style = tab [*.lua] indent_style = space