forked from buckwheat/neogrep
15 lines
339 B
YAML
15 lines
339 B
YAML
BasedOnStyle: WebKit
|
|
BreakBeforeBraces: Allman
|
|
AlwaysBreakAfterReturnType: All
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
IndentCaseLabels: true
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveMacros: true
|
|
AlignTrailingComments: true
|
|
PointerAlignment: Left
|