mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-28 13:25:49 +00:00
2725ba78c1
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
clang-format -i $(find . -name '*.[ch]')
|