.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 02 Jan 2018 12:02:25 +0900
changeset 35549 94a127152e25
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
win32: allocate buffer of maximum length for GetVolumeInformation() It's documented that "the maximum buffer size is MAX_PATH+1", which is slightly larger than 256. https://msdn.microsoft.com/en-us/library/windows/desktop/aa364993(v=vs.85).aspx

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false