view .clang-format @ 47505:ce12b3a54028 stable

Added tag 5.8.1 for changeset 411dc27fd9fd
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 09 Jul 2021 00:25:07 +0530
parents d0a3fa849cb8
children
line wrap: on
line source

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