view .clang-format @ 47854:a176bbfe7170 stable

Added tag 5.9 for changeset 53221078e0de
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 20 Aug 2021 00:23:40 +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