瀏覽代碼

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 5 年之前
父節點
當前提交
2586e14e12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/conf/editors/clang-format

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

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