From 93a26b5f18b9dc4f08f9203b2038f080d81c65e2 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 7 Apr 2022 22:35:37 +0300 Subject: [PATCH] add C to editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2b6ccaf..ed8a7b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,6 +25,11 @@ indent_size = 4 indent_style = space indent_size = 2 +# C +[{*.c,*.h}] +indent_style = space +indent_size = 2 + # Web Sites [{*.html,*.css,*.json}] indent_style = tab