#!/bin/sh clang-format60 -style="{ BasedOnStyle: llvm, ColumnLimit: 88, IndentWidth: 4, AllowAllParametersOfDeclarationOnNextLine: false, AllowShortBlocksOnASingleLine: true, AllowShortCaseLabelsOnASingleLine: true, BinPackArguments: false, BinPackParameters: false, BreakStringLiterals: false, }" $@