.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 19 Jan 2021 22:37:09 +0530
branchstable
changeset 46336 8814c0d20245
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.7rc0 for changeset 9da65e3cf370

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