.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 30 Oct 2017 17:09:29 +0100
changeset 35016 762ea8a1f5e7
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
debug: print parsed bundle2 capabilities with debugcapabilities The bundle2 capabilities are hard to read in their encoded form. We parse and print them in a human friendly way.

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