-
- Downloads
clang-format: reindent using the RemoveParentheses option
However do not set that option permanently (and also disable RemoveSemicolon by default), since the clang-format manual states that these options can lead to incorrect formatting and thus their result should be carefully reviewed.
Showing
- .clang-format 8 additions, 1 deletion.clang-format
- mex/sources/bytecode/Interpreter.cc 1 addition, 1 deletionmex/sources/bytecode/Interpreter.cc
- mex/sources/libkorder/kord/first_order.cc 2 additions, 2 deletionsmex/sources/libkorder/kord/first_order.cc
- mex/sources/libkorder/sylv/QuasiTriangular.cc 1 addition, 1 deletionmex/sources/libkorder/sylv/QuasiTriangular.cc
- mex/sources/libkorder/sylv/SylvesterSolver.hh 1 addition, 1 deletionmex/sources/libkorder/sylv/SylvesterSolver.hh
- mex/sources/libkorder/sylv/tests/tests.cc 12 additions, 12 deletionsmex/sources/libkorder/sylv/tests/tests.cc
- mex/sources/libkorder/tl/equivalence.cc 1 addition, 1 deletionmex/sources/libkorder/tl/equivalence.cc
- mex/sources/libkorder/tl/int_sequence.cc 2 additions, 2 deletionsmex/sources/libkorder/tl/int_sequence.cc
- mex/sources/libkorder/tl/stack_container.hh 1 addition, 2 deletionsmex/sources/libkorder/tl/stack_container.hh
- mex/sources/libkorder/tl/tests/tests.cc 3 additions, 3 deletionsmex/sources/libkorder/tl/tests/tests.cc
Loading
Please register or sign in to comment