Introduce clang rulefile for united style
Added a clang-format rulefile that defines the codestyle of our project according to the styleguide from moodle.
Also formatted current main with this rulefile.
VSCode should pick this style up when formatting with alt + shift + f,
if not please format with clang-format -i <files> in the future before pushing.
(You need to install clang-format with at least V.14)