Files
ortools-clone/.clang-format
2020-11-03 10:15:53 +01:00

14 lines
239 B
YAML

---
Language: Cpp
BasedOnStyle: Google
# Forse pointer to the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: Java
BasedOnStyle: Google
---
Language: CSharp
BasedOnStyle: Microsoft
...