.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 17 Dec 2019 21:12:17 -0500
changeset 43928 70abcb614a5c
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
windows: drop detection of Windows 95/98/ME Support was removed in python 2.6. Differential Revision: https://phab.mercurial-scm.org/D7688

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