Files
gen_data_curobo/.clangd
Balakumar Sundaralingam 07e6ccfc91 release repository
2023-10-26 04:17:19 -07:00

12 lines
179 B
YAML

---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 100
IncludeBlocks: Preserve
DerivePointerAlignment: false
PointerAlignment: Right
---
Language: Proto
BasedOnStyle: Google
...