• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: Always
4BreakBeforeBraces: Linux
5AlignConsecutiveMacros: true
6AllowShortEnumsOnASingleLine: false
7AllowShortIfStatementsOnASingleLine: false
8AllowShortFunctionsOnASingleLine: false
9IndentCaseLabels: false
10