* .clang-format: Fix base style.

This commit is contained in:
Philipp Stephani 2021-01-23 19:04:53 +01:00
parent 59e9ec7244
commit 27a023d029

View file

@ -1,5 +1,5 @@
Language: Cpp
BasedOnStyle: LLVM
BasedOnStyle: GNU
AlignEscapedNewlinesLeft: true
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBinaryOperators: All