Skip to content

Commit

Permalink
Update .clang-format to remove column limits
Browse files Browse the repository at this point in the history
Otherwise too much code change when formatting with clang-format
  • Loading branch information
KeDengMS committed Mar 21, 2018
1 parent 10c327e commit 92b7b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AlwaysBreakTemplateDeclarations: true
AccessModifierOffset: -4
BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 120
ColumnLimit: 0
ConstructorInitializerAllOnOneLineOrOnePerLine: true
DerivePointerAlignment: true
ForEachMacros: [ BOOST_FOREACH, foreach_column, foreach_coord, foreach_index, foreach_row, foreach_row_in_submat ]
Expand Down

0 comments on commit 92b7b27

Please sign in to comment.