GitLab server has moved to 131.211.32.161 (from 131.211.32.228), please update firewall or runner if needed

Skip to content

Remove trailing whitespace characters and add .editorconfig

Bakker, J.J. (Jilles) requested to merge Jilles/STVrogue:master into master

Hello!

I noticed some source files contain trailing whitespace characters... Which can make navigation a bit annoying :)

This removes them, and additionally adds an .editorconfig file to aid in enforcing some basic styling rules across different IDEs and text editors. I based the .editorconfig styling rules on what the project appears to be using already: 4 space indentation, lines terminated by line-feeds and utf-8 encoding.

Most files also did not insert a final newline, which can pollute diffs, and cause some other issues.

EditorConfig is a file format that is supported by the vast majority of modern text editors and IDEs. More information can be found here: https://editorconfig.org/

Edited by Bakker, J.J. (Jilles)

Merge request reports