mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
|
|
shopt -s extglob
|
|
clang-format -i !(sqlite3*).@(c|h) |