fix: shell script to lf from crlf

This commit is contained in:
js0ny 2024-11-20 14:45:10 +00:00
parent 29729674e5
commit d14df507e8
8 changed files with 208 additions and 206 deletions

View file

@ -4,12 +4,14 @@ root = true
[*] [*]
charset = utf-8 charset = utf-8
end_of_line = lf
insert_final_newline = true insert_final_newline = true
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.{sh,zsh,zshrc,zshenv,bashrc}]
end_of_line = lf
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
indent_style = space indent_style = space