You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Part of #33027.
This commit is contained in:
@@ -163,7 +163,8 @@ String FileAccess::fix_path(const String &p_path) const {
|
||||
|
||||
return r_path;
|
||||
} break;
|
||||
case ACCESS_MAX: break; // Can't happen, but silences warning
|
||||
case ACCESS_MAX:
|
||||
break; // Can't happen, but silences warning
|
||||
}
|
||||
|
||||
return r_path;
|
||||
|
||||
Reference in New Issue
Block a user