view .clang-format @ 43206:7699d9237a67

eol: tweak test-eol-clone.t with better descriptions and logging Expose impact of changes coming next ...
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 14 Oct 2019 01:42:24 +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