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
5 changed files with 23 additions and 6 deletions
+1 -1
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