C files formatting project for EPITA (2024 standards)
This is based on Antoine's idea.
I want to install it.
I want to collaborate.
Download the GETME.sh file or copy it.
Run it with ./GETME.sh.
You should be good to go after a few minutes.
See Use section bellow.
Once installed, you can either use clang-format -i --style=file <FILES> and ~/afs/epita_format <FILES> or setup a shell script that does both for you like this:
#!/bin/sh
clang-format -i --style=file "$@"
~/afs/epita_format "$@"
Couple this with an alias to only use a few keystrokes to run it:
alias cf='path/script.sh'(replacepath/script.shwith the actual script path).
See todo list for features that need to be added.
You want to add a new cool feature or report a bug? Report it as an issue on the github.