.clang-format
author Augie Fackler <raf@durin42.com>
Sun, 11 Nov 2018 14:13:08 -0500
changeset 40632 d0a6b2c8f8b6
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
packaging: add Fedora 29 target Differential Revision: https://phab.mercurial-scm.org/D5254

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