~mardy/unity-scopes-api/clientid-1554040

« back to all changes in this revision

Viewing changes to _clang-format

  • Committer: Michi Henning
  • Date: 2015-02-25 05:20:57 UTC
  • mfrom: (163.386.1 devel)
  • mto: (163.386.2 devel)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: michi.henning@canonical.com-20150225052057-9p21sge1myzaowcb
Merged devel and resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
---
2
 
AccessModifierOffset: -4
3
 
AlignEscapedNewlinesLeft: true
4
 
AlignTrailingComments: true
5
 
AllowAllParametersOfDeclarationOnNextLine: true
6
 
AllowShortFunctionsOnASingleLine: false
7
 
AllowShortIfStatementsOnASingleLine: false
8
 
AllowShortLoopsOnASingleLine: false
9
 
AlwaysBreakBeforeMultilineStrings: true
10
 
AlwaysBreakTemplateDeclarations: true
11
 
BinPackParameters: false
12
 
BreakBeforeBinaryOperators: false
13
 
BreakBeforeBraces: Allman
14
 
BreakBeforeTernaryOperators: false
15
 
BreakConstructorInitializersBeforeComma: true
16
 
ColumnLimit:     120
17
 
ConstructorInitializerAllOnOneLineOrOnePerLine: false
18
 
ConstructorInitializerIndentWidth: 4
19
 
ContinuationIndentWidth: 4
20
 
Cpp11BracedListStyle: true
21
 
DerivePointerBinding: true
22
 
ExperimentalAutoDetectBinPacking: false
23
 
IndentCaseLabels: true
24
 
IndentFunctionDeclarationAfterType: true
25
 
IndentWidth:     4
26
 
Language:        Cpp
27
 
MaxEmptyLinesToKeep: 1
28
 
NamespaceIndentation: None
29
 
ObjCSpaceBeforeProtocolList: false
30
 
PenaltyBreakBeforeFirstCallParameter: 1
31
 
PenaltyBreakComment: 60
32
 
PenaltyBreakFirstLessLess: 120
33
 
PenaltyBreakString: 1000
34
 
PenaltyExcessCharacter: 1000000
35
 
PenaltyReturnTypeOnItsOwnLine: 200
36
 
PointerBindsToType: true
37
 
SpaceBeforeAssignmentOperators: true
38
 
SpaceBeforeParens: ControlStatements
39
 
SpaceInEmptyParentheses: false
40
 
SpacesBeforeTrailingComments: 2
41
 
SpacesInAngles:  false
42
 
SpacesInCStyleCastParentheses: false
43
 
SpacesInParentheses: false
44
 
Standard:        Cpp11
45
 
TabWidth:        8
46
 
UseTab:          Never
47
 
...
48