.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 02 Oct 2020 19:19:01 +0530
branchstable
changeset 45561 a36cb826b1bb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset 07731064ac41

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