Update to clang-format 10
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I00e9f909477b257d689308da03ab95dc6eb5ac35
diff --git a/.clang-format b/.clang-format
index ac8be0c..7b4fbed 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,6 +20,7 @@
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
+ AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true
@@ -89,7 +90,6 @@
PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
-PointerAlignment: Left
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
@@ -108,7 +108,7 @@
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
-Standard: Cpp11
+Standard: Latest
TabWidth: 4
UseTab: Never
...