1*795d594fSAndroid Build Coastguard Worker# Variant of .clang-format but with 2 space indent for Java files, for use in 2*795d594fSAndroid Build Coastguard Worker# subdirectories with that style. 3*795d594fSAndroid Build Coastguard Worker# Please keep in sync with .clang-format where applicable. 4*795d594fSAndroid Build Coastguard Worker--- 5*795d594fSAndroid Build Coastguard WorkerBasedOnStyle: Google 6*795d594fSAndroid Build Coastguard Worker--- 7*795d594fSAndroid Build Coastguard Worker 8*795d594fSAndroid Build Coastguard WorkerLanguage: Cpp 9*795d594fSAndroid Build Coastguard Worker 10*795d594fSAndroid Build Coastguard WorkerAlignConsecutiveMacros: AcrossComments 11*795d594fSAndroid Build Coastguard WorkerAllowShortBlocksOnASingleLine: Empty 12*795d594fSAndroid Build Coastguard WorkerAllowShortCaseLabelsOnASingleLine: false 13*795d594fSAndroid Build Coastguard WorkerAllowShortIfStatementsOnASingleLine: Never 14*795d594fSAndroid Build Coastguard WorkerAllowShortLoopsOnASingleLine: false 15*795d594fSAndroid Build Coastguard WorkerAttributeMacros: ['__', 'NO_RETURN'] 16*795d594fSAndroid Build Coastguard WorkerBinPackArguments: false 17*795d594fSAndroid Build Coastguard WorkerBinPackParameters: false 18*795d594fSAndroid Build Coastguard WorkerBreakConstructorInitializers: BeforeColon 19*795d594fSAndroid Build Coastguard WorkerBreakBeforeTernaryOperators: true 20*795d594fSAndroid Build Coastguard WorkerColumnLimit: 100 21*795d594fSAndroid Build Coastguard WorkerCommentPragmas: NOLINT:.* 22*795d594fSAndroid Build Coastguard WorkerConstructorInitializerAllOnOneLineOrOnePerLine: true 23*795d594fSAndroid Build Coastguard WorkerCpp11BracedListStyle: true 24*795d594fSAndroid Build Coastguard WorkerDerivePointerAlignment: false 25*795d594fSAndroid Build Coastguard WorkerFixNamespaceComments: true 26*795d594fSAndroid Build Coastguard WorkerPointerAlignment: Left 27*795d594fSAndroid Build Coastguard WorkerTabWidth: 2 28*795d594fSAndroid Build Coastguard Worker 29*795d594fSAndroid Build Coastguard Worker--- 30*795d594fSAndroid Build Coastguard Worker 31*795d594fSAndroid Build Coastguard WorkerLanguage: Java 32*795d594fSAndroid Build Coastguard Worker 33*795d594fSAndroid Build Coastguard WorkerColumnLimit: 100 34*795d594fSAndroid Build Coastguard WorkerCommentPragmas: (NOLINT|CHECK[^ ]*):.* 35*795d594fSAndroid Build Coastguard WorkerContinuationIndentWidth: 4 36*795d594fSAndroid Build Coastguard WorkerIndentWidth: 2 37*795d594fSAndroid Build Coastguard WorkerJavaImportGroups: 38*795d594fSAndroid Build Coastguard Worker- android 39*795d594fSAndroid Build Coastguard Worker- androidx 40*795d594fSAndroid Build Coastguard Worker- com.android 41*795d594fSAndroid Build Coastguard Worker- dalvik 42*795d594fSAndroid Build Coastguard Worker- libcore 43*795d594fSAndroid Build Coastguard Worker- com 44*795d594fSAndroid Build Coastguard Worker- junit 45*795d594fSAndroid Build Coastguard Worker- net 46*795d594fSAndroid Build Coastguard Worker- org 47*795d594fSAndroid Build Coastguard Worker- java 48*795d594fSAndroid Build Coastguard Worker- javax 49