fix .editorconfig syntax, add rule for .conf as shell (#3649)

This commit is contained in:
Igor Velkov
2022-04-08 08:56:14 +03:00
committed by GitHub
parent b1e85c9258
commit 0d69b7a9aa

View File

@@ -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