summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-08-31 13:00:29 -0700
committerWilliam A. Kennington III <wak@google.com>2018-08-31 13:08:57 -0700
commit06da562a7da44b348f73974e7de5845973f660b4 (patch)
treedcc174149c710056d2aeb3cd14af1a6da469f3f8
parent2b238afb8c46824d3f0a6b3a615df2c57a16f7ed (diff)
downloadsdbusplus-06da562a7da44b348f73974e7de5845973f660b4.tar.gz
sdbusplus-06da562a7da44b348f73974e7de5845973f660b4.zip
clang-format: Sort using statements
Make using order consistent where used. There aren't any in this project, but this should be used more widely by openbmc projects. Change-Id: I22b16c9d57415e3df7e36a5be66aec1fa86b6a53 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 42a2307..27f96ff 100644
--- a/.clang-format
+++ b/.clang-format
@@ -82,6 +82,7 @@ PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
+SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
OpenPOWER on IntegriCloud