view .clang-format @ 40105:d3780c8f3180

packaging: builddeb's cleanup needs to expand PWD, safely Single quotes would not expand the variable.
author muxator <a.mux@inwind.it>
date Tue, 09 Oct 2018 22:18:35 +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