.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 15 Oct 2017 20:29:16 +0530
changeset 34810 44bd29168d14
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
releasenotes: make the import of fuzzywuzzy optional If fuzzywuzzy is note present, we will not be having the capability to merge existing releasenotes with the new releasenotes on the similarity basis. The merging will still work good for exact same releasenotes entries. Differential Revision: https://phab.mercurial-scm.org/D1096

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