view .clang-format @ 40140:46f9b1d2daf0

formatter: more details on assertion failure This is useful when the assertion fails.
author Boris Feld <boris.feld@octobus.net>
date Mon, 01 Oct 2018 17:37:53 +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