.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Sat, 11 Nov 2017 15:07:21 +0800
changeset 35043 5d4369079c86
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: use jshint when available to check .js files

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