Skip to content

Commit

Permalink
Merge pull request #75 from shishi/remove_trailing_space
Browse files Browse the repository at this point in the history
remove trailing spaces in templates
  • Loading branch information
Greg Brockman committed Jun 18, 2014
2 parents b7178de + 33bbed7 commit 2602189
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Example:
# configatron.emails.welcome.subject = 'Welcome!'
# configatron.emails.sales_reciept.subject = 'Thanks for your order'
#
# configatron.file.storage = :s3
#
# configatron.file.storage = :s3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Override your default settings for the Development environment here.
#
#
# Example:
# configatron.file.storage = :local
# configatron.file.storage = :local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Override your default settings for the Production environment here.
#
#
# Example:
# configatron.file.storage = :s3
# configatron.file.storage = :s3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Override your default settings for the Test environment here.
#
#
# Example:
# configatron.file.storage = :local
# configatron.file.storage = :local

0 comments on commit 2602189

Please sign in to comment.