From 601cf9f3c59b2f01680969d4c178d0d77b2e4787 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Fri, 21 Aug 2015 15:36:22 +0200 Subject: [PATCH] Link to editorconfig from CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c97f4265a1..2b66b5cb6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Before you create a new Issue: * Create a topic branch from the master branch. * Check for unnecessary whitespace / changes with `git diff --check` before committing. - * Also check that your code is formatted properly with spaces (hint: Use .editorconfig) + * Also check that your code is formatted properly with spaces (hint: Use [.editorconfig](http://editorconfig.org/)) * Keep git commit messages clear and appropriate * If possible, please "squash" your commits to as few commits as possible/reasonable such as one commit for implementation, one for tests, and one for documentation before finally squashing to one commit when getting the LGTM from a collaborator. * Make Sure you have added any tests necessary to test your code.