view .clang-format @ 48080:3195324cacd5 stable

Added tag 5.9.2 for changeset 750920b18aaa
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 05 Oct 2021 21:17:23 +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