From 6dc49e5bdb86ffd5730eb10eb9c477276e79923c Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Wed, 25 Jan 2023 11:24:38 +0200 Subject: clang-format: Always break template declarations I find this format easier to read, because the definitions are at the expected indentation, making it easier to find what I'm looking for. --- src/displayapp/screens/Screen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/displayapp/screens/Screen.h') diff --git a/src/displayapp/screens/Screen.h b/src/displayapp/screens/Screen.h index 4cf134d2..73f80191 100644 --- a/src/displayapp/screens/Screen.h +++ b/src/displayapp/screens/Screen.h @@ -10,7 +10,8 @@ namespace Pinetime { namespace Screens { - template class DirtyValue { + template + class DirtyValue { public: DirtyValue() = default; // Use NSDMI -- cgit v1.2.3-70-g09d2