mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 09:41:50 +02:00
Update .editorconfig
This commit is contained in:
10
.github/linters/.editorconfig
vendored
10
.github/linters/.editorconfig
vendored
@@ -1,7 +1,11 @@
|
|||||||
# Top-most EditorConfig file
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
# 2 spaces for shell scripts
|
[*]
|
||||||
[*.sh]
|
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|||||||
Reference in New Issue
Block a user