fix .editorconfig syntax, add rule for .conf as shell (#3649)
This commit is contained in:
parent
b1e85c9258
commit
0d69b7a9aa
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user