.clang-format
author Paul Morelle <paul.morelle@octobus.net>
Wed, 10 Jan 2018 17:24:25 +0100
changeset 35598 29248ea26b29
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
upgraderepo: select correct deltareuse depending on actions Only 'redeltafulladd' was taken into account because of a small typo.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false