blob: 8a110c1cec8b0e689dc78c835c4e1a9bccf77f88 [file] [log] [blame]
JF Bastiene6376372018-12-19 17:45:321BasedOnStyle: LLVM
2
3Language: Cpp
4Standard: Cpp11
5
6IndentWidth: 4
7ColumnLimit: 120
8
9AlwaysBreakTemplateDeclarations: true
10AlwaysBreakAfterReturnType: All
11PointerAlignment: Left
12AllowShortIfStatementsOnASingleLine: false
13BreakBeforeBraces: Allman
14
15# Disable formatting options which may break tests.
16SortIncludes: false
17ReflowComments: false
Louis Dionne95c585e2019-04-01 15:21:4618
19# Indent preprocessor directives
20IndentPPDirectives: AfterHash