view .clang-format @ 45799:a3b1a6194ed9 stable

Added tag 5.6 for changeset 18c17d63fdab
author Augie Fackler <raf@durin42.com>
date Mon, 02 Nov 2020 14:26:18 -0500
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