mirror of
https://github.com/Inori/GPCS4.git
synced 2025-04-02 10:31:52 -04:00
14 lines
278 B
YAML
14 lines
278 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
PointerAlignment: Left
|
|
IndentCaseLabels: true
|
|
ContinuationIndentWidth: 2
|
|
ConstructorInitializerIndentWidth: 2
|
|
SpaceAfterTemplateKeyword: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
---
|
|
Language: JavaScript
|
|
DisableFormat: true
|
|
---
|