view .clang-format @ 43200:a819b5777727

eol: test-eol-update.t coverage around update --clean using filters ... badly This will reveal problems and track their fixes.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 14 Oct 2019 00:09:25 +0200
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