.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 16 Jul 2019 00:00:17 -0400
changeset 42607 8f7c3f43e3ac
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
inno: correct the path display in a literal block of the readme Otherwise, the path components allrantogether. Differential Revision: https://phab.mercurial-scm.org/D6648

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