.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Feb 2018 15:26:13 +0900
changeset 35945 887bbce7f491
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
archive: rewrite default metadata template as a multi-line bytes literal This fixes test-directaccess.t on Python 3.

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