mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
13 lines
284 B
YAML
13 lines
284 B
YAML
{
|
|
BasedOnStyle: LLVM,
|
|
UseTab: Never,
|
|
IndentWidth: 4,
|
|
TabWidth: 4,
|
|
BreakBeforeBraces: Allman,
|
|
AllowShortIfStatementsOnASingleLine: true,
|
|
IndentCaseLabels: false,
|
|
ColumnLimit: 80,
|
|
AccessModifierOffset: -4,
|
|
NamespaceIndentation: All,
|
|
FixNamespaceComments: false,
|
|
}
|