view .clang-format @ 40836:5887973febc7

upgrade: test that fncache is valid after repository upgrade The behavior was correct. Now it is correct and tested.
author Boris Feld <boris.feld@octobus.net>
date Fri, 13 Jul 2018 02:54:52 +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