memgraph/.clang-format
2024-02-20 08:28:58 +01:00

12 lines
187 B
YAML

---
BasedOnStyle: Google
---
Language: Cpp
Standard: c++20
UseTab: Never
DerivePointerAlignment: false
PointerAlignment: Right
ColumnLimit : 120
IncludeBlocks: Preserve
...