summaryrefslogtreecommitdiffstats
path: root/dot_clang-format
blob: 06b8e255d5e1a8ff2cfe7fddf7d7d6f7e96095b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# AlwaysBreakAfterReturnType: All
BasedOnStyle: Google
IndentWidth: 4
IndentAccessModifiers: false
AccessModifierOffset: -4
Standard: Cpp11
TabWidth: 4
# AlwaysBreakAfterDefinitionReturnType: All
AlignAfterOpenBracket: BlockIndent
# PointerAlignment: Right