view .clang-format @ 35245:414114a7c18f

thirdparty: move selectors2 module to where it should be
author Yuya Nishihara <yuya@tcha.org>
date Thu, 30 Nov 2017 22:43:03 +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