Skip to content

Commit

Permalink
build: clang_format: don't reflow comments (and copyright headers)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dubtsov committed May 31, 2019
1 parent bb93140 commit 1d80db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ MaxEmptyLinesToKeep: 1

NamespaceIndentation: 'None'

ReflowComments: 'false'

SpaceAfterCStyleCast: 'false'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: 'ControlStatements'
Expand Down

0 comments on commit 1d80db8

Please sign in to comment.