a9381df09e
Summary: - modified all utils/algorithm functions to be inline and in the utils namespace Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D830
10 lines
160 B
YAML
10 lines
160 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
Standard: "C++11"
|
|
UseTab: Never
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
ColumnLimit : 80
|
|
...
|