Skip to content

abelr-githubplace/epita_format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epita_format

C files formatting project for EPITA (2024 standards)

This is based on Antoine's idea.

I want to install it.
I want to collaborate.

Install (for EPITA students only)

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.

Use

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' (replace path/script.sh with the actual script path).

Collaborate

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.

About

C files formatting project for EPITA (2024 standards)

Resources

License

Stars

Watchers

Forks

Packages

No packages published