This repository host common boilerplate configuration files for our web projects. They are opinionated by nature, and may not be right for you.
- Install EditorConfig plugin (required for PhpStorm, Atom...);
- Use the
.gitconfig
file as a base for your local git setting (to copy in~/.gitconfig
).
- Inside your project, run the following command:
wget -qO- https://github.com/jolicode/codingstyle/archive/master.tar.gz | tar xvz --strip-components=1
- edit all
appname
in the new files, and make sure to adapt them to your needs.
make cs