blob: 33f943da253cd4d71ae3c8e235230cb2877c48dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# Generated from CLion C/C++ Code Style settings
BasedOnStyle: Microsoft
PointerAlignment: Middle
IndentExternBlock: NoIndent
# AccessModifierOffset: -4
# AlignAfterOpenBracket: DontAlign
# AlignConsecutiveAssignments: false
# AlignOperands: true
# AllowAllArgumentsOnNextLine: false
# AllowAllConstructorInitializersOnNextLine: false
# AllowAllParametersOfDeclarationOnNextLine: false
# AllowShortBlocksOnASingleLine: Never
# AllowShortCaseLabelsOnASingleLine: false
# AllowShortFunctionsOnASingleLine: false
# AllowShortIfStatementsOnASingleLine: Always
# AllowShortLambdasOnASingleLine: All
# AllowShortLoopsOnASingleLine: true
# AlwaysBreakAfterReturnType: None
# AlwaysBreakTemplateDeclarations: Yes
# BreakBeforeBraces: Custom
# BraceWrapping:
# AfterCaseLabel: true
# AfterClass: true
# AfterControlStatement: true
# AfterEnum: true
# AfterFunction: true
# AfterNamespace: true
# AfterUnion: true
# AfterStruct: true
# BeforeCatch: true
# BeforeElse: true
# IndentBraces: false
# SplitEmptyFunction: false
# SplitEmptyRecord: true
# BreakBeforeBinaryOperators: All
# BreakBeforeTernaryOperators: true
# BreakConstructorInitializers: BeforeColon
# BreakInheritanceList: BeforeColon
# ColumnLimit: 120
# CompactNamespaces: false
# ContinuationIndentWidth: 8
# IndentCaseLabels: true
# IndentPPDirectives: None
# IndentWidth: 4
# KeepEmptyLinesAtTheStartOfBlocks: true
# MaxEmptyLinesToKeep: 2
# NamespaceIndentation: All
# ObjCSpaceAfterProperty: false
# ObjCSpaceBeforeProtocolList: true
# ReflowComments: false
# SpaceAfterCStyleCast: true
# SpaceAfterLogicalNot: false
# SpaceAfterTemplateKeyword: false
# SpaceBeforeAssignmentOperators: true
# SpaceBeforeCpp11BracedList: false
# SpaceBeforeCtorInitializerColon: true
# SpaceBeforeInheritanceColon: true
# SpaceBeforeParens: ControlStatements
# SpaceBeforeRangeBasedForLoopColon: true
# SpaceInEmptyParentheses: false
# SpacesBeforeTrailingComments: 0
# SpacesInAngles: false
# SpacesInCStyleCastParentheses: false
# SpacesInContainerLiterals: false
# SpacesInParentheses: false
# SpacesInSquareBrackets: false
# TabWidth: 4
# UseTab: Never
|