From fd2b8536fcef04a25cca3a116102b8261a4b1361 Mon Sep 17 00:00:00 2001 From: Gormogon Date: Sat, 13 Jun 2015 21:55:31 -0400 Subject: [PATCH] Update HACKING.md Added reference to EditorConfig --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 4adcc4d43..4881dec03 100644 --- a/HACKING.md +++ b/HACKING.md @@ -70,6 +70,8 @@ You can use the `hacking/calamaresstyle` script to run [astyle](http://astyle.sf.net) on your code and have it formatted the right way. +**NOTE:** An .editorconfig file is included to assist with formatting. In order to take advantage of this functionality you will need to acquire the [EditorConfig](http://editorconfig.org/#download) plug-in for your editor. + Naming ------ * Use CamelCase for everything.