.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 02 Dec 2017 16:29:49 +0900
changeset 35212 c7b45db8f317
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
log: translate column labels at once (issue5750) This makes sure that all columns are aligned. getlogcolumns() is hosted by templatekw so the namespaces module can see it. i18n/de.po is updated so test-log.t passes with no error. "obsolete:" and "instability:" are kept untranslated.

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