We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ef3a0 commit 9e9699eCopy full SHA for 9e9699e
.gitattributes
@@ -1,2 +1,3 @@
1
# Auto detect text files and perform LF normalization
2
-* text=auto
+* text eol=lf
3
+*.jar binary
Gruntfile.js
@@ -4,6 +4,9 @@
4
5
module.exports = function(grunt) {
6
7
+ // Force use of Unix newlines
8
+ grunt.util.linefeed = "\n";
9
+
10
// Project configuration.
11
grunt.initConfig({
12
// Metadata.
0 commit comments