view .clang-format @ 35590:aaeba70d5cbe

py3: add 8 new passing tests to the whitelist Differential Revision: https://phab.mercurial-scm.org/D1800
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 29 Dec 2017 06:32:17 +0530
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