.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 18:39:04 +0200
changeset 34819 eb6375651974
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
phase: gather remote phase information in a summary object We keep useful phase information around. The data will be reused with detecting push-race in later changesets.

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