mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
21 lines
556 B
YAML
21 lines
556 B
YAML
BasedOnStyle: Google
|
|
Language: Cpp
|
|
ColumnLimit: 100
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
IndentCaseLabels: true
|
|
BreakBeforeBraces: Linux
|
|
AlignEscapedNewlinesLeft: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AlignTrailingComments: true
|
|
SpacesBeforeTrailingComments: 2
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: true
|
|
BreakBeforeTernaryOperators: true
|
|
ContinuationIndentWidth: 4
|