summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-31 12:57:35 -0700
committerPatrick Venture <venture@google.com>2018-08-31 12:58:04 -0700
commit991cf8757b1fec8bf7187ed445fa6ab33a9c5b4f (patch)
tree1dec2b99012e8f2317b6ad9897d21e49ff39e2c3
parentda4a5dd133b88ebfeb69e89d05b381f81ba70e50 (diff)
downloadphosphor-pid-control-991cf8757b1fec8bf7187ed445fa6ab33a9c5b4f.tar.gz
phosphor-pid-control-991cf8757b1fec8bf7187ed445fa6ab33a9c5b4f.zip
clang-format: always break template declarations
To better match the defined openbmc style. Change-Id: I27b8d9563b5b55a3b4150c1cc46caf40b482463d Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 00d9a54..42a2307 100644
--- a/.clang-format
+++ b/.clang-format
@@ -17,7 +17,7 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
-AlwaysBreakTemplateDeclarations: false
+AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
OpenPOWER on IntegriCloud