view .clang-format @ 35619:c751b9fdbc40

share: use context manager or utility function to write file
author Yuya Nishihara <yuya@tcha.org>
date Sat, 13 Jan 2018 13:23:16 +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