mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00

Recommend by oni-link at: https://github.com/neovim/neovim/pull/487#issuecomment-39935391
19 lines
493 B
YAML
19 lines
493 B
YAML
BasedOnStyle: Google
|
|
Language: Cpp
|
|
ColumnLimit: 80
|
|
IndentWidth: 2
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
IndentCaseLabels: true
|
|
BreakBeforeBraces: Linux
|
|
AlignEscapedNewlinesLeft: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
SpacesBeforeTrailingComments: 2
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: true
|
|
ContinuationIndentWidth: 4
|