.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 20 Oct 2020 22:04:04 +0530
branchstable
changeset 45746 0e06a7ab9e0d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with default for 5.6rc0

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