neutronimaging / imagingsuite

Sources for imaging related tools
GNU General Public License v3.0
18 stars 9 forks source link

Add clang-format to project #683

Open vlocateli opened 2 weeks ago

vlocateli commented 2 weeks ago

Add .clang-format to format the project (C++ source files, headers and such).

Is this a good idea? If yes, what style do you guys prefer?

anderskaestner commented 2 weeks ago

It is a good idea in principle, but I need to experiment with it to gain some experience and see what it can offer.

I also assume this will require a quite thorough code cleaning action because I wasn't so consequent with the style over the years of development :-/

vlocateli commented 2 weeks ago

By code cleaning, you mean formatting?

anderskaestner commented 2 weeks ago
  1. Fixing warnings
  2. Consistent naming
  3. Formatting