view .clang-format @ 41101:f04e0ca04099

strip: compute bookmark target only if we have bookmark to move This is a small change that seems to make sense.
author Boris Feld <boris.feld@octobus.net>
date Wed, 02 Jan 2019 05:07:03 +0100
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