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