diff options
author | thegeorg <[email protected]> | 2025-04-14 18:36:29 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2025-04-14 19:00:26 +0300 |
commit | a60d770ed94d39df32bf598700bf180f26eacb5e (patch) | |
tree | 151b13e1479f6c928aee32b2bf173ef1bbcf6574 | |
parent | d42113f878744f640c6999a1a33280740c68e786 (diff) |
Fix indentation in .clang-format's
commit_hash:f4afe4a98e0d9b030362b811aca186a2975c1c96
-rw-r--r-- | build/config/tests/cpp_style/.clang-format | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/build/config/tests/cpp_style/.clang-format b/build/config/tests/cpp_style/.clang-format index 6ca01c1d927..7402a6a5293 100644 --- a/build/config/tests/cpp_style/.clang-format +++ b/build/config/tests/cpp_style/.clang-format @@ -50,17 +50,17 @@ InsertBraces: true # NB: BraceWrapping has no effect unless BreakBeforeBraces is set to Custom BraceWrapping: - AfterClass: false - AfterControlStatement: false - AfterEnum: false - AfterFunction: false - AfterNamespace: false - AfterObjCDeclaration: false - AfterStruct: false - AfterUnion: false - BeforeCatch: false - BeforeElse: false - IndentBraces: true + AfterClass: false + AfterControlStatement: false + AfterEnum: false + AfterFunction: false + AfterNamespace: false + AfterObjCDeclaration: false + AfterStruct: false + AfterUnion: false + BeforeCatch: false + BeforeElse: false + IndentBraces: true SpacesInParentheses: false SpacesInAngles: false @@ -92,5 +92,5 @@ IndentExternBlock: Indent TypenameMacros: [Y_THREAD, Y_STATIC_THREAD, Y_POD_THREAD, Y_POD_STATIC_THREAD] StatementAttributeLikeMacros: [ythrow] SpacesInLineCommentPrefix: - Minimum: 1 - Maximum: 1 + Minimum: 1 + Maximum: 1 |