mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update .shfmt.yaml
This commit is contained in:
23
.github/linters/.shfmt.yaml
vendored
23
.github/linters/.shfmt.yaml
vendored
@@ -1,11 +1,18 @@
|
|||||||
oot = trueAdd commentMore actions
|
indent: 2
|
||||||
|
use_tabs: false
|
||||||
|
binary_next_line: true
|
||||||
|
case_indent: true
|
||||||
|
simplify: true
|
||||||
|
language_variant: bash
|
||||||
|
func_style: 1
|
||||||
|
keep_column_alignment: true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style: space
|
||||||
indent_size = 2
|
indent_size: 2
|
||||||
end_of_line = lf
|
end_of_line: lf
|
||||||
charset = utf-8
|
charset: utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace: true
|
||||||
insert_final_newline = true
|
insert_final_newline: true
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace: false
|
||||||
|
|||||||
Reference in New Issue
Block a user