.clang-format
author Martijn Pieters <mj@zopatista.com>
Tue, 31 Jul 2018 19:37:48 +0200
changeset 38780 ddb15a83ae0b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debug: allow specifying a manifest node rather than a revision

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2