GPCS4/3rdParty/binaryen/.clang-format
2022-06-02 11:05:18 +08:00

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
---