Skip to content

Draft: Include clang-format file and format the code

Karel Koci requested to merge clang-format into master

This gives the code one basic standard to follow even when it might not be ideal in every situation.

The format is based on Linux but with our twist. We prefer 120 columns instead of 80 and we also do not wrap before bracket and few other minor changes.

Edited by Miroslav Hanak

Merge request reports