Files
dotfiles/scripts/setup-clang-format
2026-02-02 16:01:56 +01:00

7 lines
105 B
Bash
Executable File

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