view .clang-format @ 35247:9ce4e01f58ee

repoview: do not include filter name in name of proxy class The type object is shared across all filters. I'll add __repr__() instead.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 05 Dec 2017 21:37:30 +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