Skip to content

Commit abc97e3

Browse files
author
dmasloff
committed
Set SpacesInLineCommentPrefix to 1 in Arcadia clang-format
Change clang-format congif in arcadia 0577efb0a5f0fb67d409e2a86b75a14a0975df63
1 parent 00cef88 commit abc97e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config/tests/cpp_style/config.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ AttributeMacros: [Y_PRINTF_FORMAT, Y_NO_SANITIZE, Y_FORCE_INLINE, Y_NO_INLINE, Y
8989
IndentExternBlock: Indent
9090
TypenameMacros: [Y_THREAD, Y_STATIC_THREAD, Y_POD_THREAD, Y_POD_STATIC_THREAD]
9191
SpacesInLineCommentPrefix:
92-
Minimum: 0
93-
Maximum: -1
92+
Minimum: 1
93+
Maximum: 1

0 commit comments

Comments
 (0)