mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
46110524ef
Co-authored-by: Rodactor <rodactor@roblox.com>
26 lines
690 B
YAML
26 lines
690 B
YAML
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
ColumnLimit: 150
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
ObjCBlockIndentWidth: 4
|
|
AlignAfterOpenBracket: DontAlign
|
|
UseTab: Never
|
|
PointerAlignment: Left
|
|
SpaceAfterTemplateKeyword: false
|
|
AlignEscapedNewlines: DontAlign
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
MaxEmptyLinesToKeep: 10
|