view .clang-format @ 40696:69206452a2ac

context: small refactoring of `isintroducedafter` This make the next change clearer.
author Boris Feld <boris.feld@octobus.net>
date Mon, 19 Nov 2018 14:30:58 +0000
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