Skip to content

WIP: Resolve "Reformat project with clang-format"

d.kilic requested to merge 13-reformat-project-with-clang-format into master

Merge request to discuss clang-format options for the formatting of the repository. Based on the rules from TODO.txt:

  • Klammern von Bloecken beginnen immer in neuer Zeile
  • einruecken von 4 Leerzeichen (kein Tab)

To check the format yourself:

  1. download the .clang-format file
  2. go to: https://zed0.co.uk/clang-format-configurator/
  3. upload the .clang-format file there
  4. (optional) play around with options by yourself and post suggestions here

If you have any remarks please let me know!

Merge request reports