pflarue / ardop

Source for various version of ARDOP
Other
23 stars 4 forks source link

Cleanup whitespace #63

Closed pflarue closed 2 weeks ago

pflarue commented 2 weeks ago

In response to Issue #52, this branch mostly cleans up a lot of whitespace issues in the repository. Included in the change is converting all line endings to Unix style.

As a result, this series of commits changes most lines in most files in this repository. So, while implementing this highly disruptive change, I also did some manual cleanup. The manual changes also mostly affected whitespace, but some other stylistic changes were also included.

A .gitattributes file was added to the repository. This should help ensure that new line-endings problems are not introduced.

All developers are now strongly encouraged to avoid whitespace "errors" in their pull requests so that these don't need to be cleaned up before merging. These include whitespace at the ends of lines, spaces where tabs are expected, and blank lines that contain spaces and/or tabs.