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