summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-19 21:26:30 +0100
committerGitHub <noreply@github.com>2022-01-19 21:26:30 +0100
commitd3129058b1e0269cbf7fe086299aa632e99ff94b (patch)
treedc8171361c94a4ed335d98b18630380e8f5dd74f /misc
parent84f5c7921780e0eccaaeb07c95e18a4ec2ac1d57 (diff)
parent84a69d7429635984999852b69046706effd2e9ad (diff)
Merge pull request #51159 from Calinou/improve-default-project-theme
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/scripts/clang_format.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh
index b0020da597..0006b82280 100755
--- a/misc/scripts/clang_format.sh
+++ b/misc/scripts/clang_format.sh
@@ -29,8 +29,6 @@ while IFS= read -rd '' f; do
continue 2
elif [[ "$f" == *"glsl" ]]; then
continue 2
- elif [[ "$f" == *"theme_data.h" ]]; then
- continue 2
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
continue 2
fi