mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 05:46:48 +08:00
4 lines
140 B
Bash
Executable File
4 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
shopt -s globstar
|
|
clang-tidy --format-style file src/WallpaperEngine/**/*.cpp src/*.cpp src/Steam/**/*.cpp -p cmake-build-debug |