.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 12 Jan 2018 11:09:04 +0000
changeset 35608 fe4e1352c035
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
visibility: fix a comment introduced before which is not up-to-date 265cd9e19d26 introduced a comment in _filterederror that was not updated with the latest iterations of the patch, fix the comment. Differential Revision: https://phab.mercurial-scm.org/D1851

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