mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
Merge pull request #56542 from aaronfranke/format-no-bat
Skip formatting `.bat` files in `file_format.sh`
This commit is contained in:
commit
98693e96ae
@ -20,6 +20,8 @@ while IFS= read -rd '' f; do
|
||||
continue
|
||||
elif [[ "$f" == *"sln" ]]; then
|
||||
continue
|
||||
elif [[ "$f" == *".bat" ]]; then
|
||||
continue
|
||||
elif [[ "$f" == *".out" ]]; then
|
||||
# GDScript integration testing files.
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user