.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 09 Nov 2021 21:56:04 +0530
branchstable
changeset 48315 a44bb185f6bd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with default

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