• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Linux
5IndentCaseLabels: false
6DerivePointerAlignment: false
7PointerAlignment: Left
8AlignTrailingComments: true
9AllowShortBlocksOnASingleLine: false
10AllowShortFunctionsOnASingleLine: false
11AllowShortIfStatementsOnASingleLine: false
12AllowShortLoopsOnASingleLine: false
13ColumnLimit: 0
14AlignTrailingComments: false
15
16