Home | History | Annotate | Download | only in conscrypt
      1 ---
      2 Language: Cpp
      3 BasedOnStyle:  Google
      4 AccessModifierOffset: -4
      5 AllowShortFunctionsOnASingleLine: Empty
      6 ColumnLimit: 100
      7 IndentWidth: 4
      8 ContinuationIndentWidth: 8
      9 ---
     10 Language: Java
     11 BasedOnStyle: Google
     12 ColumnLimit: 100
     13 IndentWidth: 4
     14 ContinuationIndentWidth: 8
     15 ...
     16 
     17