mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
28 lines
660 B
YAML
28 lines
660 B
YAML
BasedOnStyle: Microsoft
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
AccessModifierOffset: -4
|
|
PointerAlignment: Left
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterFunction: false
|
|
AfterClass: false
|
|
AfterControlStatement: Never
|
|
AfterEnum: false
|
|
AfterNamespace: false
|
|
AfterStruct: false
|
|
AfterUnion: false
|
|
BeforeElse: false
|
|
SplitEmptyFunction: false
|
|
SplitEmptyRecord: false
|
|
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
NamespaceIndentation: All
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
SortIncludes: false
|
|
FixNamespaceComments: true
|
|
ShortNamespaceLines: 0
|
|
CompactNamespaces: false
|