Skip to content

Instantly share code, notes, and snippets.

View pauledenburg's full-sized avatar

Paul pauledenburg

  • Den Haag, Netherlands
View GitHub Profile
@pauledenburg
pauledenburg / pre-commit-csfixer
Created October 16, 2017 08:11 — 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 <[email protected]>
# @author Sebastian Kaspari <[email protected]>
#
# see the README