mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
39cc86c260
subrepo: subdir: "soh" merged: "ba904bbd0" upstream: origin: "https://github.com/HarbourMasters/soh.git" branch: "master" commit: "ba904bbd0" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
24 lines
622 B
YAML
24 lines
622 B
YAML
IndentWidth: 4
|
|
Language: Cpp
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Attach
|
|
SpaceAfterCStyleCast: false
|
|
Cpp11BracedListStyle: false
|
|
IndentCaseLabels: true
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
AlignAfterOpenBracket: Align
|
|
AlignOperands: true
|
|
BreakBeforeTernaryOperators: true
|
|
BreakBeforeBinaryOperators: None
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AlignEscapedNewlines: Left
|
|
AlignTrailingComments: true
|
|
SortIncludes: false
|