forked from supercollider/supercollider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
24 lines (24 loc) · 744 Bytes
/
.clang-format
File metadata and controls
24 lines (24 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Attach
BreakConstructorInitializers: AfterColon
ColumnLimit: 120
CompactNamespaces: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentPPDirectives: AfterHash
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
SortIncludes: false
SpaceBeforeCtorInitializerColon: false
TabWidth: 4
SpaceInEmptyBlock: false
PackConstructorInitializers: CurrentLine
AllowShortFunctionsOnASingleLine: All
AllowShortBlocksOnASingleLine: Always
AllowShortLoopsOnASingleLine: false
ForEachMacros: ['Q_FOREACH', 'foreach']
SpaceBeforeParens: Custom
SpaceBeforeParensOptions:
AfterForeachMacros: true