view .clang-format @ 34943:3423f7e2d287 stable

statichttprepo: do not use platform path separator to build a URL It wouldn't work between Windows client and Unix server.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 28 Oct 2017 17:23:52 +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