mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
22 lines
415 B
YAML
22 lines
415 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
ColumnLimit: 100
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Always
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
BreakBeforeBraces: Linux
|