xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
155 stars 54 forks source link

Clang format #225

Closed james-d-mitchell closed 1 year ago

james-d-mitchell commented 1 year ago

This PR adds the .clang-format file from xtensor, formats all the files in the repo, adds a GitHub action to check that the files are formatted, and fixes a couple of compiler warnings (from clang-13).

Happy to amend however you'd like.

james-d-mitchell commented 1 year ago

Decided to fix the compile warnings in another PR.

JohanMabille commented 1 year ago

Thanks!