about summary refs log tree commit diff stats
path: root/.clang-format
blob: 8de7fe6557704dfe7e8353c5bf26c2044c3ad50c (plain) (blame)
1
2
---
  BasedOnStyle: Google
std::ostream& operator<<(std::ostream& out, const Version& ver) { return out << "v" << ver.major << "." << ver.minor << "." << ver.revision; }