Update to the latest .clang-format settings
This also unbreaks the string literals from the previous
clang-format setting.
Change-Id: I0cdf06ec8677d6b377458fc12383b7197f4e0dff
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/.clang-format b/.clang-format
index ef6f54e..abedc25 100644
--- a/.clang-format
+++ b/.clang-format
@@ -41,7 +41,7 @@
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
-BreakStringLiterals: true
+BreakStringLiterals: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
@@ -108,8 +108,7 @@
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
-Standard: Cpp11
+Standard: Latest
TabWidth: 4
UseTab: Never
...
-