aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-08-19 12:18:43 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-08-19 12:38:45 +0300
commitabc97e34e52829991fc3b643ad04967863492ea8 (patch)
treeb2a622c648d7519d55299ec0e7783cee1daf2138
parent00cef8844cbc80b523354f3eba55fb3ea390570b (diff)
downloadydb-abc97e34e52829991fc3b643ad04967863492ea8.tar.gz
Set SpacesInLineCommentPrefix to 1 in Arcadia clang-format
Change clang-format congif in arcadia 0577efb0a5f0fb67d409e2a86b75a14a0975df63
-rw-r--r--build/config/tests/cpp_style/config.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/config/tests/cpp_style/config.clang-format b/build/config/tests/cpp_style/config.clang-format
index 7e1a57c109..b31758e14c 100644
--- a/build/config/tests/cpp_style/config.clang-format
+++ b/build/config/tests/cpp_style/config.clang-format
@@ -89,5 +89,5 @@ AttributeMacros: [Y_PRINTF_FORMAT, Y_NO_SANITIZE, Y_FORCE_INLINE, Y_NO_INLINE, Y
IndentExternBlock: Indent
TypenameMacros: [Y_THREAD, Y_STATIC_THREAD, Y_POD_THREAD, Y_POD_STATIC_THREAD]
SpacesInLineCommentPrefix:
- Minimum: 0
- Maximum: -1
+ Minimum: 1
+ Maximum: 1