.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Tue, 20 Mar 2018 14:19:28 +0800
changeset 37027 7c18798fc24d
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
hgweb: explain instabilities of unstable changesets (the rest of the themes)

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