Browse Source

Set SpacesInLineCommentPrefix to 1 in Arcadia clang-format

Change clang-format congif in arcadia
0577efb0a5f0fb67d409e2a86b75a14a0975df63
dmasloff 6 months ago
parent
commit
abc97e34e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build/config/tests/cpp_style/config.clang-format

+ 2 - 2
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