domdavis / ch-products-elite-map

CH Products joystick map and game config files for Elite: Dangerous
Other
43 stars 20 forks source link

Normalize line endings for 3.0.0 #16

Closed christopher-hopper closed 8 years ago

christopher-hopper commented 8 years ago

Line ending changes are included for CH Control Manager mapping files and Elite: Dangerous bindings and preset files. Merged commits from master then committed normalized files.

git rm --cached -r .
git reset --hard

To ignore white-space changes when viewing files changed, add the ?w=1 Github query parameter:

https://github.com/domdavis/ch-products-elite-map/compare/3.0.0...christopher-hopper:feature/normalize-line-endings-3.0.0?w=1

Or use the git diff --ignore-all-space parameter:

git diff --ignore-all-space 3.0.0 feature/normalize-line-endings-3.0.0