Skip to content

Commit

Permalink
DDF-4432 Enforce CRLF for .cmd files (#4184)
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnormi authored Jan 21, 2019
1 parent d03bfbc commit 2c5d16b
Show file tree
Hide file tree
Showing 3 changed files with 2,039 additions and 2,038 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.cmd text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.ts binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ set KEYTYPE=JKS
CALL java -Djavax.net.ssl.keyStore=%KEYFILE% -Djavax.net.ssl.keyStorePassword=%PASSWORD% -Djavax.net.ssl.keyStoreType=%KEYTYPE% -jar %JARFILE% %*

echo Finished generating certificate for %*
@echo on
@echo on
Loading

0 comments on commit 2c5d16b

Please sign in to comment.