.clang-format
author Elmar Bartel <elb@leo.org>
Mon, 01 Jan 2018 16:48:31 +0100
changeset 35520 6a1a0a023fc1
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
test-convert-cvs: change TZ=US/Hawaii to TZ=Pacific/Johnston The former was limited to be known on Linux and the test failed on FreeBSD and Solaris platforms. The newer is known on Linux, FreeBSD and Solaris.

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