Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Added gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 11, 2013
1 parent 9845a57 commit 6faaeb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Always use LF
* text eol=lf

# Binary files
*.png binary
*.jpg binary
*.zip binary
2 changes: 2 additions & 0 deletions src/js/Titon.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* @link http://titon.io
*/

"use strict";

/**
* The base object for all Titon classes. Contains global functionality and configuration.
*/
Expand Down

0 comments on commit 6faaeb5

Please sign in to comment.