view .clang-format @ 44414:25d61883a861 stable

Added tag 5.3.1 for changeset 6d121acbb82e
author Augie Fackler <raf@durin42.com>
date Wed, 04 Mar 2020 11:51:12 -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