BoostGSoC20 / ublas

Boost.uBlas
https://www.boost.org/doc/libs/release/libs/numeric/ublas
2 stars 2 forks source link

Fix Code Format #17

Closed coder3101 closed 4 years ago

coder3101 commented 4 years ago

An code reformat using the clang-format-10 for all tensor files.

Since code format check was made by me, I should also propose the code formatting changes.

Proposing new code format as PR will have a benefit to maintainers that while review for PR, if they think a format could be improved they can change the .clang-format file accordingly and PR can be synchronised to reflect the new style.

We might need to discuss if we should proceed in this direction or Cem will manually format code and commit to develop directly. Proposing as PR, we can have views of other maintainers on style as well.

coder3101 commented 4 years ago

We have reached on the conclusion to add automatic clang-format transformation by CI. This issue is ready to be closed.

coder3101 commented 4 years ago

See https://github.com/boostorg/ublas/pull/93