.clang-format
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sun, 15 Jul 2018 15:48:18 +0530
changeset 38681 8eeed92475d5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rebase: remove unused variable "release" and an extra blank line Differential Revision: https://phab.mercurial-scm.org/D3947

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