view .clang-format @ 35481:964510dcdc2a

templater: rewrite docstring of templater.__init__() More importantly, this patch adds what the cache is.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 22 Dec 2017 21:12:17 +0900
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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