* code refactoring * Remove reference files * Update README and CI * small fixes * fix style issues * add style check for CI * fix style issues * remove kaldi-native-io
10 lines
180 B
YAML
10 lines
180 B
YAML
---
|
|
BasedOnStyle: Google
|
|
---
|
|
Language: Cpp
|
|
Cpp11BracedListStyle: true
|
|
Standard: Cpp11
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
---
|