mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
|
BasedOnStyle: llvm
|
||
|
Language: Cpp
|
||
|
ColumnLimit: 80
|
||
|
IndentWidth: 2
|
||
|
TabWidth: 2
|
||
|
UseTab: Never
|
||
|
IndentCaseLabels: true
|
||
|
BreakBeforeBraces: Linux
|
||
|
AlignEscapedNewlinesLeft: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|