Skip to content

[ENH] Add support for EditorConfig

Guus der Kinderen requested to merge guusdk/tiki:editorconfig-support into master

EditorConfig(.org) adds lightweight code style configuration that is picked up by many IDEs out-of-the box. This helps the IDE use tabs vs. spaces, the correct line-ending, and a couple of things like that.

Merge request reports