mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
clang-format -i src/*/*.h -i src/*/*.c -i src/mango.c
|