Bug 12545: Add EditorConfig.org file to the source tree
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 9 Jul 2014 14:23:41 +0000 (11:23 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 22 Aug 2014 14:07:45 +0000 (11:07 -0300)
commit36055c63a41ddb4462e77077150e6c837a70f556
treeae0a2d2253ba6db8b614f5e2d20ff97f4010502d
parent608c2505ff6a2572fcc84c8795e77738b2fa2827
Bug 12545: Add EditorConfig.org file to the source tree

This patch adds a .editorconfig file to the source tree, that
enforces some of our coding guidelines.

Some editors try to detect the desired configurations from the currently
opened file. As we have tons of old code that doesn't follow our current
coding guidelines, this can lead to unintended QA problmes.

To test:
- Apply the patch
- Verify the .editorconfig file is in the top-level directory
- See the .editorconfig file expresses our coding guidelines

Regards
To+

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
.editorconfig [new file with mode: 0644]