.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 03 Jan 2018 10:37:49 +0800
changeset 35527 45ed821b5ce4
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
monoblue: adjust font size of graph entries /shortlog uses 1.1em font for changesets, so it makes sense to use the same size on /graph too. In practice, 1.2em is 14.784px, and 1.1em is 13.552px.

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