.clang-format 239 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13
---
Language:        Cpp
BasedOnStyle:  Google
# Forse pointer to the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Language:        Java
BasedOnStyle:  Google
---
Language:      CSharp
BasedOnStyle:  Microsoft
...