commit | c9ec25e603d1ee03818c0f7cdec70c3aa79d74d5 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Mar 15 11:26:28 2021 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Mon Mar 15 11:26:28 2021 -0500 |
tree | d2811a63b995116ac4947d5fa244679a73a165f2 | |
parent | 1d7379ea2264700ec4f9711ceac6ca113f9cb5d8 [diff] [blame] |
Update clang-format to match latest in docs Change-Id: Ibcda4dbf434754a7ca8346a2649e3a21b3f68a7b Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/.clang-format b/.clang-format index ef6f54e..52ac0a1 100644 --- a/.clang-format +++ b/.clang-format
@@ -108,7 +108,7 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: Cpp11 +Standard: Latest TabWidth: 4 UseTab: Never ...