FlatTurtle / InfoScreen

FlatTurtle InfoScreen repository v1 (deprecated)
http://flatturtle.com
4 stars 3 forks source link

Use LF line endings instead of CRLF #1

Closed mathiasbynens closed 12 years ago

mathiasbynens commented 12 years ago

Just a minor suggestion. Noticed Git complaining about because of my strict .gitattributes:

warning: CRLF will be replaced by LF in core/backbone.js.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in core/turtles.js.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in core/underscore.js.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in index.php.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in turtles/airport/airport.js.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in turtles/airport/list.html.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in turtles/map/map.html.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in turtles/map/map.js.
The file will have its original line endings in your working directory.
Tuinslak commented 12 years ago

committed it

warning: CRLF will be replaced by LF in core/backbone.js. warning: CRLF will be replaced by LF in core/turtles.js. warning: CRLF will be replaced by LF in core/underscore.js. warning: CRLF will be replaced by LF in index.php. warning: CRLF will be replaced by LF in turtles/airport/airport.js. warning: CRLF will be replaced by LF in turtles/airport/list.html. warning: CRLF will be replaced by LF in turtles/map/map.html. warning: CRLF will be replaced by LF in turtles/map/map.js.