diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-06-03 12:41:11 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-06-03 12:51:44 +0300 |
commit | c45c847267f82c6619aaa02b18e90fd9754388e1 (patch) | |
tree | 4ef8e04f40872b863e0198d0dfff562ff0a66143 | |
parent | 1c27e56fbc9b24265828ebcfb7cb011aeb1a438b (diff) | |
download | ydb-c45c847267f82c6619aaa02b18e90fd9754388e1.tar.gz |
Set PackConstructorInitializer to Never in clang-format
https://clang.llvm.org/docs/ClangFormatStyleOptions.html#packconstructorinitializers
Just set the default value explicitly.
8c4b172f18d90904f2b2728f43eb56b52ee24f6a
-rw-r--r-- | build/config/tests/cpp_style/config.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/config/tests/cpp_style/config.clang-format b/build/config/tests/cpp_style/config.clang-format index ecb93ab189..c2f7f0da9d 100644 --- a/build/config/tests/cpp_style/config.clang-format +++ b/build/config/tests/cpp_style/config.clang-format @@ -29,6 +29,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false NamespaceIndentation: All ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: true +PackConstructorInitializers: Never PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 300 PenaltyBreakString: 1000 |