#!/bin/sh


SCRIPT_DIR=$(dirname "$0")

cp "$SCRIPT_DIR/../config/lint/clang-format" ./.clang-format
