Skip to content

Commit

Permalink
Updated .clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorolev committed Mar 5, 2022
1 parent 8caf423 commit 1fc31f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ColumnLimit: 120

BinPackParameters: false # Allow either all parameters on one line or one parameter per line, no packing.
BinPackArguments: false # The same for function calls.
SortIncludes: false # Do not reorder header files and do not insert empty lines there.

AllowShortLambdasOnASingleLine: All
MaxEmptyLinesToKeep: 1
Expand Down

0 comments on commit 1fc31f9

Please sign in to comment.