.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 01 May 2020 21:47:30 +0530
branchstable
changeset 44776 256d397a4a55
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.4 for changeset cf3e07d7648a

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