memgraph/.clang-format
Marko Budiselic 28ad69b536 use of Google Style (clang-format)
Summary: use of Google Style (clang-format)

Test Plan: manual

Reviewers: sale

Reviewed By: sale

Subscribers: buda

Differential Revision: https://phabricator.memgraph.io/D39
2017-01-23 12:04:54 +01:00

7 lines
89 B
YAML

---
Language: Cpp
BasedOnStyle: Google
Standard: "C++11"
UseTab: Never
...