mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix .editorconfig syntax, add rule for .conf as shell (#3649)
This commit is contained in:
@@ -26,7 +26,7 @@ insert_final_newline = true
|
|||||||
# C coding style based on Linux kernel.
|
# C coding style based on Linux kernel.
|
||||||
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html
|
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html
|
||||||
|
|
||||||
[[{*.sh,*.inc}]]
|
[*.{sh,inc,conf}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user