Files
ortools-clone/.clang-format
Corentin Le Molgat 8c3accfebf Add proto format
2022-09-26 17:40:44 +02:00

18 lines
323 B
YAML

---
Language: Cpp
BasedOnStyle: Google
# Force pointer to align on the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: Java
BasedOnStyle: Google
---
Language: CSharp
BasedOnStyle: Microsoft
NamespaceIndentation: None
---
Language: Proto
BasedOnStyle: Google
...