mirror of
https://github.com/laomms/wxhelper.git
synced 2024-12-23 16:39:23 +08:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
|
---
|
||
|
Language: Cpp
|
||
|
BasedOnStyle: Google
|
||
|
AccessModifierOffset: -4
|
||
|
Standard: c++17
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|
||
|
ColumnLimit: 100
|
||
|
AlignAfterOpenBracket: Align
|
||
|
BinPackParameters: false
|
||
|
AlignEscapedNewlines: Left
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
PackConstructorInitializers: Never
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
IndentPPDirectives: BeforeHash
|
||
|
SortIncludes: Never
|
||
|
...
|
||
|
|