blob: 7da2b4389e59ee599836fc29aaf5ce7f688856ef [file] [log] [blame]
Austin Schuh4ac96a82019-08-14 20:24:23 -07001---
2Language: Cpp
3BasedOnStyle: Google
4DerivePointerAlignment: false
5PointerAlignment: Right
6IndentPPDirectives: AfterHash
7Cpp11BracedListStyle: false
8AlwaysBreakTemplateDeclarations: false
9AllowShortCaseLabelsOnASingleLine: true
10SpaceAfterTemplateKeyword: false
11AllowShortBlocksOnASingleLine: true
12...
13