Skip to content

Changed indent size from 2 to 4, as discussed in a previous meeting.

Ghost User requested to merge editorconfig into develop

Created by: teards

As discussed previously we wanted an indent size of 4 and this was just a misconfiguration. If we want any other code style rules in this files then this would probably be a good time to do so.

Short summary: .editorconfig is a file that IDEs can use to set their rules for (automatic) code formatting. Most editors read this file natively and in will use it by default. Other editors need to be setup manually or require a plugin to use. For a full overview see: http://editorconfig.org/

After this branch has been merged the branch can be deleted since there is no further use.

Merge request reports

Loading