.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Jul 2021 19:36:20 +0200
branchstable
changeset 47785 59bc92a7c60f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
store: document the decoding discrepancy in store.py This will help future people that might be looking into this. Differential Revision: https://phab.mercurial-scm.org/D11220

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