dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(patch): add ido patch
tzh
2024-07-23
7e1950eb53ce0b05e5a39b8aef15428691a2a417
[~lzh/A133.git]
/
android
/
external
/
libcxx
/
.clang-format
1
2
3
4
5
6
7
8
9
10
11
12
13
BasedOnStyle: LLVM
---
Language: Cpp
Standard: Cpp03
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
---