.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 05 Feb 2018 20:36:51 +0100
changeset 35962 fa15a70f88de
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
changelog: implement context manager method for 'appender' object This object mimics a file and was missing the context manager API.

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