1
0
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:
Rémi Verschelde
2021-05-04 14:35:44 +02:00
parent 3d15f04668
commit 64a63e0861
91 changed files with 3804 additions and 1467 deletions

View File

@@ -6379,7 +6379,8 @@ void CanvasItemEditorViewport::_notification(int p_what) {
disconnect("mouse_exited", this, "_on_mouse_exit");
} break;
default: break;
default:
break;
}
}