.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 15 Apr 2020 20:08:36 +0200
changeset 44726 2789f25fc2b6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
wait-on-file: don't quote arithmetic argument This is unnecessary and Mac OS X choke on them. Differential Revision: https://phab.mercurial-scm.org/D8425

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