.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 06 Jun 2020 00:51:28 +0530
branchstable
changeset 44920 e4e7b614a848
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.4.1 for changeset 065704cbdbdb

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