mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add settings for .yml files into .editorconfig (#3878)
This commit is contained in:
@@ -20,8 +20,10 @@ insert_final_newline = false
|
|||||||
[*.json]
|
[*.json]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
|
||||||
insert_final_newline = true
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user