mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
26 lines
690 B
Plaintext
26 lines
690 B
Plaintext
|
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
|