blob: 4d9e9c847d19db5cfe1620ffc738d3e00e67cb13 [file] [log] [blame]
Corentin Walleza351ce92017-11-24 11:44:47 -05001BasedOnStyle: Chromium
2Standard: Cpp11
3
4AllowShortFunctionsOnASingleLine: false
5
6ColumnLimit: 100
7
8# Use 4 space indents
9IndentWidth: 4
10ObjCBlockIndentWidth: 4
11AccessModifierOffset: -2
12
Corentin Walleza351ce92017-11-24 11:44:47 -050013CompactNamespaces: true
14
15# This should result in only one indentation level with compacted namespaces
16NamespaceIndentation: All
17
18# Use this option once clang-format 6 is out.
19IndentPPDirectives: AfterHash