.clang-format
author Joerg Sonnenberger <joerg@bec.de>
Sat, 12 May 2018 23:44:08 +0200
changeset 38028 d1134ca5b1a3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
notify: add option to include function names in the diff output This is a localized version of diff.showfunc. Differential Revision: https://phab.mercurial-scm.org/D3553

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