aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 7da2b4389e59ee599836fc29aaf5ce7f688856ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Right
IndentPPDirectives: AfterHash
Cpp11BracedListStyle: false
AlwaysBreakTemplateDeclarations: false
AllowShortCaseLabelsOnASingleLine: true
SpaceAfterTemplateKeyword: false
AllowShortBlocksOnASingleLine: true
...