fix(bash): repository initialization bugs and update configurations (#22311)

This commit is contained in:
Yehonal 2025-06-17 19:30:51 +02:00 committed by GitHub
parent d3cbce652d
commit 03df002471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 6 deletions

View file

@ -7,7 +7,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
[*.{json,ts,js,yml}]
[*.{json,ts,js,yml,sh}]
charset = utf-8
indent_style = space
indent_size = 2