blob: 7da2b4389e59ee599836fc29aaf5ce7f688856ef [file] [log] [blame]
Yuri Finkelstein5d9930a2017-12-21 08:18:20 -10001---
Wouter van Oortmerssen89711c92017-12-21 10:54:28 -08002Language: Cpp
3BasedOnStyle: Google
Yuri Finkelstein5d9930a2017-12-21 08:18:20 -10004DerivePointerAlignment: false
5PointerAlignment: Right
Wouter van Oortmerssen89711c92017-12-21 10:54:28 -08006IndentPPDirectives: AfterHash
7Cpp11BracedListStyle: false
8AlwaysBreakTemplateDeclarations: false
9AllowShortCaseLabelsOnASingleLine: true
10SpaceAfterTemplateKeyword: false
11AllowShortBlocksOnASingleLine: true
Yuri Finkelstein5d9930a2017-12-21 08:18:20 -100012...
13