memgraph/.clang-format
2020-11-17 11:03:08 +01:00

11 lines
184 B
YAML

---
Language: Cpp
BasedOnStyle: Google
Standard: "C++11"
UseTab: Never
DerivePointerAlignment: false
PointerAlignment: Right
ColumnLimit : 80
IncludeBlocks: Preserve
...