• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Language: Cpp
2IndentWidth: 4
3BreakBeforeBraces: Custom
4BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
5IndentCaseLabels: false
6ReflowComments: false
7ColumnLimit: 120
8AccessModifierOffset: -4
9AlignTrailingComments: true
10AllowShortBlocksOnASingleLine: false
11AllowShortIfStatementsOnASingleLine: false
12AllowShortLoopsOnASingleLine: false
13