.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Thu, 31 Jan 2019 13:32:21 +0800
branchstable
changeset 41313 8427fea04017
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
copyright: update to 2019 Differential Revision: https://phab.mercurial-scm.org/D5779

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