project: add clang-format

This commit is contained in:
Bruno BELANYI 2021-10-08 14:31:25 +02:00
parent fa3cf05f72
commit 124443bb7c

10
.clang-format Normal file
View file

@ -0,0 +1,10 @@
# vim: ft=yaml
---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
---