Skip to content

Instantly share code, notes, and snippets.

View leoGalani's full-sized avatar
🇩🇰

Leonardo Barba Galani leoGalani

🇩🇰
View GitHub Profile
@leoGalani
leoGalani / pre-commit-csfixer
Created November 6, 2018 21:23 — forked from sampart/pre-commit-csfixer
git pre-commit hook to run the Coding Standards fixer against changed files
#!/bin/bash
# Coding Standards fixer from http://cs.sensiolabs.org/ pre-commit hook for git
#
# Based on https://github.com/s0enke/git-hooks
#
# @author Soenke Ruempler <soenke@ruempler.eu>
# @author Sebastian Kaspari <s.kaspari@googlemail.com>
#
# see the README