]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Force LF for JS source files 1198/head
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 20 Feb 2014 12:59:37 +0000 (13:59 +0100)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 5 Mar 2014 09:15:37 +0000 (10:15 +0100)
.gitattributes

index 5296e2723cee0976b38f7abcd3e030e7a54ce3a8..b7ca95b5b77a91a2e1b6eaf80c2a4a52a99ec378 100644 (file)
@@ -1 +1,5 @@
-*       text=auto
+# Auto detect text files and perform LF normalization
+* text=auto
+
+# JS files must always use LF for tools to work
+*.js eol=lf