.clang-format
author timeless <timeless@mozdev.org>
Thu, 09 Jan 2020 14:19:20 -0500
branchstable
changeset 44048 61881b170140
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
fix: fix grammar/typos in hg help -e fix

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