.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 22 Nov 2017 22:18:06 +0800
changeset 35162 bdd2e18b54c5
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: add .jshintrc with some basic rules This file is picked up automatically by jshint, so no extra changes required in test-check-jshint.t.

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