mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-05 14:06:37 +08:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
|
---
|
||
|
BasedOnStyle: Google
|
||
|
IndentWidth: 4
|
||
|
UseCRLF: false
|
||
|
UseTab: false
|
||
|
---
|
||
|
Language: Cpp
|
||
|
DerivePointerAlignment: true
|
||
|
PointerAlignment: Right
|
||
|
ColumnLimit: 100
|
||
|
AlignEscapedNewlines: Right
|
||
|
Cpp11BracedListStyle: true
|
||
|
Standard: Latest
|
||
|
# IndentAccessModifiers: false
|
||
|
IndentCaseLabels: false
|
||
|
IndentExternBlock: false
|
||
|
AccessModifierOffset: -4
|
||
|
# EmptyLineBeforeAccessModifier: true
|