diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2018-09-10 11:29:17 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-12 16:08:03 +0000 |
| commit | 635c9052ad2fa0f970dc6e959840aadd6ea7bcc4 (patch) | |
| tree | a5769add04288e247e16e7dcf8755e5e51d8041e | |
| parent | d6bb472afd7527240fdc9681e55ebf63e3f1f7dc (diff) | |
| download | openbmc-docs-635c9052ad2fa0f970dc6e959840aadd6ea7bcc4.tar.gz openbmc-docs-635c9052ad2fa0f970dc6e959840aadd6ea7bcc4.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: I5e2395f480cbf76e1d3e006b1ab648da5aa39aec
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
| -rw-r--r-- | cpp-style-and-conventions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp-style-and-conventions.md b/cpp-style-and-conventions.md index be365ec..03f3167 100644 --- a/cpp-style-and-conventions.md +++ b/cpp-style-and-conventions.md @@ -248,6 +248,7 @@ PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Left ReflowComments: true SortIncludes: true +SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements |

