view .clang-format @ 43318:cdf6db1f4faf stable

packaging: distinguish clean and build steps from install in Debian
author Denis Laxalde <denis.laxalde@logilab.fr>
date Wed, 23 Oct 2019 16:35:27 +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