FunASR/funasr/runtime/onnxruntime/third_party/kaldi-native-fbank/.clang-format
2023-04-22 20:24:46 +08:00

10 lines
180 B
YAML

---
BasedOnStyle: Google
---
Language: Cpp
Cpp11BracedListStyle: true
Standard: Cpp11
DerivePointerAlignment: false
PointerAlignment: Right
---