.clang-format
author Navaneeth Suresh <navaneeths1998@gmail.com>
Mon, 24 Dec 2018 17:04:37 +0530
changeset 41067 4506f801e492
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
branches: add -r option to show branch name(s) of a given rev (issue5948) Differential Revision: https://phab.mercurial-scm.org/D5486

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