Explorar el Código

clang-format: Do not reflow comments.

For comments, specificalls doxygen style, we should have
more freedom to adjust and keep styles outside of the
limits of clang-format. This is useful for being able
to specify our own almost-specified doxygen standards.
ng0 hace 5 años
padre
commit
2586e14e12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/conf/editors/clang-format

+ 1 - 1
contrib/conf/editors/clang-format

@@ -94,7 +94,7 @@ PenaltyBreakTemplateDeclaration: 10
 PenaltyExcessCharacter: 1000000
 PenaltyExcessCharacter: 1000000
 PenaltyReturnTypeOnItsOwnLine: 60
 PenaltyReturnTypeOnItsOwnLine: 60
 PointerAlignment: Right
 PointerAlignment: Right
-ReflowComments:  true
+ReflowComments:  false
 SortIncludes:    false
 SortIncludes:    false
 SortUsingDeclarations: true
 SortUsingDeclarations: true
 SpaceAfterCStyleCast: true
 SpaceAfterCStyleCast: true