Turn off clang format

This commit is contained in:
duncanspumpkin 2019-02-11 10:57:31 +00:00
parent 2405e9a6ba
commit c87430e09d
1 changed files with 3 additions and 1 deletions

View File

@ -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