mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
26 lines
646 B
YAML
26 lines
646 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortLambdasOnASingleLine: None
|
|
BinPackArguments: true
|
|
BreakBeforeBraces: Attach
|
|
BreakConstructorInitializers: BeforeComma
|
|
Cpp11BracedListStyle: false
|
|
EmptyLineAfterAccessModifier: Never
|
|
EmptyLineBeforeAccessModifier: Always
|
|
IndentAccessModifiers: false
|
|
IndentCaseLabels: false
|
|
InsertNewlineAtEOF: true
|
|
SeparateDefinitionBlocks: Always
|
|
WrapNamespaceBodyWithEmptyLines: Always
|
|
...
|