Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle white space in erb files #367

Open
2 tasks
courte opened this issue Mar 21, 2015 · 2 comments
Open
2 tasks

Handle white space in erb files #367

courte opened this issue Mar 21, 2015 · 2 comments

Comments

@courte
Copy link
Member

courte commented Mar 21, 2015

Description
Some of our files - especially the views - have trailing white space or are missing EOF lines.

Ask
Fix annoying white space issues

To Do

  • Make sure any view that is missing an end-of-file line gets one.
  • Remove all trailing white space from every view.

Additional Info
Please only make white space changes when making this pull request. If you set up your editor with proper settings, this may only mean opening and closing every view. 👍

@matthewcocco
Copy link

Submitted #387 because it looks like this isn't closed.

@jayqui
Copy link

jayqui commented May 1, 2016

I opened and closed every file in app/views with my Sublime user settings set to include

"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true

Submitting as PR 402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants