mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
34 lines
744 B
YAML
34 lines
744 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
Standard: c++14
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortLambdasOnASingleLine: All
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakConstructorInitializers: AfterColon
|
|
BreakStringLiterals: false
|
|
ColumnLimit: 130
|
|
ContinuationIndentWidth: 2
|
|
IndentCaseLabels: false
|
|
IndentWidth: 2
|
|
PenaltyReturnTypeOnItsOwnLine: 130
|
|
PointerAlignment: Left
|
|
|
|
AlignEscapedNewlines: Right
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: false
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
|
|
IncludeCategories:
|
|
- Regex: "^(config|globals)\\.h"
|
|
Priority: -1
|
|
- Regex: "^torrent/.*"
|
|
Priority: 1
|