.clang-format
author Kyle Lippincott <spectral@google.com>
Thu, 05 Dec 2019 20:05:08 -0800
changeset 43812 d3f7bdc905fb
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
packaging: include defaultrc/*.rc instead of default.d/*.rc Differential Revision: https://phab.mercurial-scm.org/D7555

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