commit | dc24b2eca42c8a340fcc001f882177d4c2abb289 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 20:49:39 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri May 12 09:50:21 2023 -0500 |
tree | e741baebb4a8bea0151666db98f696fcaaf758b5 | |
parent | d1d05ee639c0295bc84f989ab996098b5feb9157 [diff] [blame] |
clang-format: add IndentExternBlock setting Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7cb11f19333775f3912f98a3a8bfd6559601fabc
diff --git a/style/cpp/.clang-format b/style/cpp/.clang-format index d92a3f1..4922cf6 100644 --- a/style/cpp/.clang-format +++ b/style/cpp/.clang-format
@@ -78,6 +78,7 @@ - Regex: '.*' Priority: 6 IndentCaseLabels: true +IndentExternBlock: NoIndent IndentRequiresClause: true IndentWidth: 4 IndentWrappedFunctionNames: true