.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Sat, 18 Nov 2017 13:00:47 +0800
changeset 35087 dd000a958364
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
check-code: grep's context flags don't need an extra space before number A bit of useless trivia found while researching this: OpenBSD's grep's -C has a default value (of 2) and disallows space before the argument (while -A and -B allow).

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