.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 30 Aug 2021 23:40:37 +0530
branchstable
changeset 47872 4504d4cc2044
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.9.1 for changeset 86a60679cf61

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