.clang-format
author Sushil khanchi <sushilkhanchi97@gmail.com>
Tue, 09 Jun 2020 22:02:09 +0530
changeset 44945 7a0a1be721a3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phabricator: make it clear what happen when no response Differential Revision: https://phab.mercurial-scm.org/D8621

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