Skip to content

Commit

Permalink
Merge pull request C5T#914 from dkorolev/unstable
Browse files Browse the repository at this point in the history
Updated `.clang-format`.
  • Loading branch information
dkorolev authored Mar 5, 2022
2 parents 8caf423 + 1fc31f9 commit ced2506
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 ced2506

Please sign in to comment.