From d374d6dfcf062d4d0f18352926e391a85de7de78 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Tue, 3 Jan 2023 16:15:00 +0100 Subject: [PATCH] .editorconfig: mark c and header files as supported --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ac085307..64497f3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,12 +15,16 @@ indent_size = 4 indent_style = unset indent_size = unset +[*.c] + [*.css] [*.dia] indent_style = space indent_size = 2 +[*.h] + [*.html] [*.js]