dragger/.clang-format

15 lines
259 B
YAML

# vim: ft=yaml
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
# Break after every argument or not at all
BinPackArguments: false
BinPackParameters: false
---