mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 03:34:17 +00:00
16 lines
374 B
YAML
16 lines
374 B
YAML
Language: Cpp
|
|
BasedOnStyle: Microsoft
|
|
AccessModifierOffset: -4
|
|
AllowAllArgumentsOnNextLine: false
|
|
AlignEscapedNewlines: Left
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BinPackArguments: false
|
|
BinPackParameters: true
|
|
PointerAlignment: Left
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterNamespace: false
|
|
AfterExternBlock: false
|