.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 09 Mar 2021 11:19:11 +0530
branchstable
changeset 46384 ed3fb1ae5ab1
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset d5d9177c0045

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