summaryrefslogtreecommitdiff
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* do not AlignConsecutiveDeclarationsClausKlein2021-06-031-2/+2
| | | | | and set SpaceAfterLogicalNot: false according review comments check unique_ptr with bool operator too
* use make_unique if possibleClausKlein2021-06-021-5/+16
| | | | change code style after review comments
* add clang-format config file to format codeClausKlein2021-06-011-0/+38
respect code review comments