.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 25 Aug 2018 12:26:44 -0400
changeset 39388 ddfd80029306
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hg: ensure the progress bar is completed when copying the store This is just a block indent under the context manager.

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