.clang-format
author Sandu Turcan <idlsoft@gmail.com>
Tue, 13 Feb 2018 14:39:02 -0500
changeset 36200 4224f26c0d35
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
narrow: fix for getting the username when running http server Differential Revision: https://phab.mercurial-scm.org/D2231

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