xref: /aosp_15_r20/external/conscrypt/.clang-format (revision cd0cc2e34ba52cdf454361820a14d744e4bd531d)
1---
2Language: Cpp
3BasedOnStyle:  Google
4AccessModifierOffset: -4
5AllowShortFunctionsOnASingleLine: Empty
6ColumnLimit: 100
7IndentWidth: 4
8ContinuationIndentWidth: 8
9TypenameMacros: ['STACK_OF']
10---
11Language: Java
12BasedOnStyle: Google
13ColumnLimit: 100
14IndentWidth: 4
15ContinuationIndentWidth: 8
16JavaImportGroups:
17- android
18- androidx
19- com.android
20- dalvik
21- libcore
22- com
23- junit
24- net
25- org
26- java
27- javax
28