From e761d255dc9aac1cc89d87cfe6a0175357b085c2 Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Thu, 13 Feb 2020 10:35:29 -0500 Subject: [PATCH] Also use styling for header files --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5ea70b1..6cd35cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true -[{*.c}] -# Standard config +[{*.c,*.h}] +# Standard charset = utf-8 end_of_line = lf indent_style = tab