diff --git a/HACKING.md b/HACKING.md
index 4adcc4d435e778e7a9b4d50a24bfb5ca6b2fc50e..4881dec036d7da1eec3a3856d1429af55e3b5c0e 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.