view .clang-format @ 34966:d8c2db6167b3

run-tests: endswith takes bytes as argument in python3, not str
author Matthieu Laneuville <matthieu.laneuville@octobus.net>
date Fri, 03 Nov 2017 21:14:57 +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