提交 5eacf05a 编写于 作者: J Jacob Rigby

Fix eol issues

Some files don't contain a line separator ('\n') at the end. Add the
missing eol.

In POSIX, all lines of text should end with a newline character by
definition. See
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
section 3.397 for more.

See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
上级 95d8ff4e
...@@ -23,4 +23,4 @@ local.properties ...@@ -23,4 +23,4 @@ local.properties
proguard/ proguard/
#Log Files #Log Files
*.log *.log
\ No newline at end of file
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
*/logs/!index.html */logs/!index.html
*/cache/* */cache/*
*/cache/!index.html */cache/!index.html
*/cache/!.htaccess */cache/!.htaccess
\ No newline at end of file
...@@ -3,4 +3,4 @@ vendor/ ...@@ -3,4 +3,4 @@ vendor/
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock # composer.lock
\ No newline at end of file
...@@ -13,4 +13,4 @@ app/config/parameters.ini ...@@ -13,4 +13,4 @@ app/config/parameters.ini
app/config/parameters.yml app/config/parameters.yml
# Composer # Composer
composer.phar composer.phar
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册