.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Fri, 10 Nov 2017 19:14:06 +0800
changeset 35020 75013952d8d9
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: add missing semicolons to followlines.js Minor stylistic issues caught by jshint.

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