.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 29 Nov 2017 21:00:02 -0500
changeset 35217 d210723b73e5
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
lock: use configint for 'ui.timeout' config The ui object can do the conversion itself.

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