• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2# See all possible options and defaults with:
3# clang-format --style=llvm --dump-config
4BasedOnStyle: LLVM
5AccessModifierOffset: -4
6AlignConsecutiveAssignments: true
7AlwaysBreakTemplateDeclarations: Yes
8BinPackArguments: false
9BinPackParameters: false
10BreakBeforeBinaryOperators: All
11BreakConstructorInitializers: BeforeColon
12ColumnLimit: 99
13IndentCaseLabels: true
14IndentPPDirectives: AfterHash
15IndentWidth: 4
16Language: Cpp
17SpaceAfterCStyleCast: true
18# SpaceInEmptyBlock: true # too new
19Standard: Cpp11
20TabWidth: 4
21...
22