.clang-format
author Boris Feld <boris.feld@octobus.net>
Tue, 28 Nov 2017 11:00:54 -0500
changeset 35167 0b5716ec8500
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
fsmonitor: issue debug messages when we fall back to core status Having more information about when and why fsmonitor bails out help when looking into status performance.

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