mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-24 05:53:23 +01:00
3 lines
75 B
Bash
3 lines
75 B
Bash
|
# Format the source code
|
||
|
|
||
|
clang-format --style=file -i src/{*,**/*}.{c,h}pp
|