blob: 0b42929fa8014306a58b1936df5d74a349b2821c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
BasedOnStyle: Google
AccessModifierOffset: -4
Standard: Cpp11
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AllowShortIfStatementsOnASingleLine: false
NamespaceIndentation: None
DerivePointerAlignment: false
PointerAlignment: Right
BreakBeforeBraces: Stroustrup
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
SpacesInAngles: false
|