3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
scripts/list-source-files.sh | xargs -n1 clang-format --dry-run --Werror
|