Skip to content

Commit

Permalink
insert better warnings about linefeeds into the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrand committed Jun 21, 2019
1 parent 682b80e commit e743851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# devtools need to use lf linefeeds or nf will not be able to find the Procfile
dev-tools/* text eol=lf

# Denote all files that are truly binary and should not be modified.
Expand Down
2 changes: 2 additions & 0 deletions dev-tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder needs to retain Unix style linefeeds or `nf` wont be able to find the Procfile

0 comments on commit e743851

Please sign in to comment.