view .clang-format @ 45560:a854b868e3b6 stable

Added tag 5.5.2 for changeset 07731064ac41
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 02 Oct 2020 19:18:54 +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