mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Turn off clang format
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "GameAction.h"
|
||||
|
||||
|
||||
// Clang format is broken for small game actions
|
||||
// clang-format off
|
||||
DEFINE_GAME_ACTION(PauseToggleAction, GAME_COMMAND_TOGGLE_PAUSE, GameActionResult)
|
||||
{
|
||||
public:
|
||||
@@ -33,3 +34,4 @@ public:
|
||||
return std::make_unique<GameActionResult>();
|
||||
}
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
Reference in New Issue
Block a user