Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_soong
/
refs/heads/q
/
.
/
scripts
/
system-clang-format-2
blob: ede5d7e18bc92c47c8530cce494ebc50dacd4a55 [
file
] [
log
] [
blame
]
Steven Moreland
1aa839c
2019-01-18 14:23:25 -0800
[
diff
] [
blame
]
1
BasedOnStyle
:
Google
2
AllowShortFunctionsOnASingleLine
:
Inline
3
ColumnLimit
:
100
4
CommentPragmas
:
NOLINT
:.*
5
DerivePointerAlignment
:
false
6
IndentWidth
:
2
7
PointerAlignment
:
Left
8
TabWidth
:
2
9
UseTab
:
Never