view .clang-format @ 35919:143d7b27b09c

check-config: specify the mode 'rb' to open the file Differential Revision: https://phab.mercurial-scm.org/D2045
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 29 Dec 2017 05:40:49 +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