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

Ensure build.sbt ends in newline #8

Merged
merged 1 commit into from
Oct 3, 2013

Conversation

Blaisorblade
Copy link
Contributor

Rationale: Unix tools (including git) hate files which don't end with a newline.

To allow this, remove the call to trim(). I verified that the resulting
build.sbt contains no superfluous whitespace. In fact, before this
commit trim had no effect since its argument was already trimmed.

Rationale: Unix tools (including git) hate files which don't end with a newline.

To allow this, remove the call to trim(). I verified that the resulting
build.sbt contains no superfluous whitespace. In fact, before this
commit trim had no effect since its argument was already trimmed.
@Blaisorblade
Copy link
Contributor Author

Rationale: Unix tools (including git) hate files which don't end with a newline.

To clarify: I'd like the second thing I do when creating a project wouldn't be fixing the output of np.

Because np is otherwise a cool idea (and I generally like lots of your stuff).

softprops added a commit that referenced this pull request Oct 3, 2013
Ensure build.sbt ends in newline
@softprops softprops merged commit 7b23d3f into softprops:master Oct 3, 2013
@softprops
Copy link
Owner

merged.

@Blaisorblade Blaisorblade deleted the topic/newline branch October 3, 2013 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants