AimRT/.clang-format
2024-09-23 16:01:31 +08:00

16 lines
217 B
YAML

---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 0
SortIncludes: true
IncludeBlocks: Preserve
IndentPPDirectives: BeforeHash
BreakStringLiterals: false
---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 0
...