V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m34s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m34s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -18,32 +18,22 @@ indent_style = space
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
max_line_length = 128
|
||||
end_of_line = lf
|
||||
|
||||
#[*.conf]
|
||||
#charset = utf-8
|
||||
#insert_final_newline = true
|
||||
#trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
end_of_line = lf
|
||||
# Markdown benefits from a final newline for POSIX tools
|
||||
insert_final_newline = true
|
||||
# Do not trim trailing whitespace: two spaces at end-of-line signal a hard line break in Markdown
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
#[*.toml]
|
||||
#end_of_line = lf
|
||||
#insert_final_newline = true
|
||||
## TOML values can include strings where trailing spaces may matter; better not trim
|
||||
#trim_trailing_whitespace = false
|
||||
#charset = utf-8
|
||||
|
||||
[*.{yaml,yml}]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
# Trim trailing whitespace (safe, since YAML does not rely on trailing spaces)
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{sh,bash,zsh}]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user