github.com/turingchain2020/turingchain@v1.1.21/.clang-format (about)

     1  Language: 'Proto'
     2  BasedOnStyle: 'LLVM'
     3  AccessModifierOffset: '-1'
     4  AlignAfterOpenBracket: 'Align'
     5  AlignConsecutiveAssignments: 'true'
     6  AlignConsecutiveDeclarations: 'true'
     7  AlignEscapedNewlinesLeft: 'true'
     8  AlignOperands: 'true'
     9  AlignTrailingComments: 'true'
    10  AllowAllParametersOfDeclarationOnNextLine: 'true'
    11  AllowShortBlocksOnASingleLine: 'true'
    12  AllowShortCaseLabelsOnASingleLine: 'true'
    13  ColumnLimit: '200'
    14  IndentWidth: '4'
    15  ContinuationIndentWidth: '4'
    16  TabWidth: '4'
    17  TabWidth: '4'
    18  ReflowComments: 'true'
    19  SortIncludes: 'true'
    20  AllowShortFunctionsOnASingleLine: 'Empty'
    21  AllowShortIfStatementsOnASingleLine: 'true'