From 0d69b7a9aaf37d0805db149cea1fe62820f390be Mon Sep 17 00:00:00 2001 From: Igor Velkov Date: Fri, 8 Apr 2022 08:56:14 +0300 Subject: [PATCH] fix .editorconfig syntax, add rule for .conf as shell (#3649) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 76db732dc5..2532c38098 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,7 +26,7 @@ insert_final_newline = true # C coding style based on Linux kernel. # https://www.kernel.org/doc/html/v5.0/process/coding-style.html -[[{*.sh,*.inc}]] +[*.{sh,inc,conf}] indent_style = tab indent_size = 4