Files
ortools-clone/.clang-format

18 lines
323 B
Plaintext
Raw Normal View History

2022-01-17 11:01:32 +01:00
---
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
2022-01-17 11:47:09 +01:00
NamespaceIndentation: None
2022-09-26 17:37:50 +02:00
---
Language: Proto
BasedOnStyle: Google
2022-01-17 11:01:32 +01:00
...