.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 19 Jan 2021 21:48:43 +0530
branchstable
changeset 46338 9da65e3cf370
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with stable

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