Files
dotfiles/scripts/setup-clang-format

7 lines
97 B
Bash
Executable File

#!/bin/sh
SCRIPT_DIR=$(dirname "$0")
cp "$SCRIPT_DIR/../linters/clang-format" ./.clang-format