You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
This commit is contained in:
@@ -6379,7 +6379,8 @@ void CanvasItemEditorViewport::_notification(int p_what) {
|
||||
disconnect("mouse_exited", this, "_on_mouse_exit");
|
||||
} break;
|
||||
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user