.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 21 Nov 2017 00:24:09 -0500
changeset 35141 32bb27dd5282
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
test-lfs: allow the test server to be killed on Windows Apparently '$!' doesn't return a Win32 PID, so the process was never killed, and the next run was screwed up. Oddly, without the explicit killdaemons.py at the end, the test seems to hang. This spawning is just sad, so I limited it to Windows.

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