mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-09 23:56:16 +00:00
27 lines
643 B
YAML
27 lines
643 B
YAML
# Format Style Options - Created with Clang Power Tools
|
|
---
|
|
BasedOnStyle: Microsoft
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakConstructorInitializers: BeforeColon
|
|
DerivePointerAlignment: false
|
|
FixNamespaceComments: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
SortIncludes: false
|
|
AlignEscapedNewlines: Left
|
|
PackConstructorInitializers: Never
|
|
IndentPPDirectives: None
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: true
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
BraceWrapping:
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
...
|