Skip to content

Commit 9e9699e

Browse files
committed
Enforce LF.
1 parent 76ef3a0 commit 9e9699e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Auto detect text files and perform LF normalization
2-
* text=auto
2+
* text eol=lf
3+
*.jar binary

Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
module.exports = function(grunt) {
66

7+
// Force use of Unix newlines
8+
grunt.util.linefeed = "\n";
9+
710
// Project configuration.
811
grunt.initConfig({
912
// Metadata.

0 commit comments

Comments
 (0)