view .clang-format @ 46573:d77513c0c26e stable

Added tag 5.7.1 for changeset d5d9177c0045
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 09 Mar 2021 11:19:01 +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