.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 16 Feb 2021 05:35:18 +0100
changeset 46536 19f490690880
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-copies: improve description of the A+E case This will make its role clearer. Differential Revision: https://phab.mercurial-scm.org/D10040

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