AimRT/.clang-format

16 lines
217 B
Plaintext
Raw Normal View History

2024-09-23 16:01:31 +08:00
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 0
SortIncludes: true
IncludeBlocks: Preserve
IndentPPDirectives: BeforeHash
BreakStringLiterals: false
---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 0
...