Skip to content

Ensure .ts files have trailing newlines#74

Open
josephfrazier wants to merge 1 commit intomichaelgrosner:masterfrom
josephfrazier:ensure-trailing-newlines
Open

Ensure .ts files have trailing newlines#74
josephfrazier wants to merge 1 commit intomichaelgrosner:masterfrom
josephfrazier:ensure-trailing-newlines

Conversation

@josephfrazier
Copy link
Copy Markdown
Contributor

This was done by running:

git ls-files | grep ts$ | xargs -n 1 sed -i -e '$a\'

which was adapted from the following:

https://unix.stackexchange.com/questions/31947/how-to-add-a-newline-to-the-end-of-a-file/31955#31955

This was done by running:

    git ls-files | grep ts$ | xargs -n 1 sed -i -e '$a\'

which was adapted from the following:

https://unix.stackexchange.com/questions/31947/how-to-add-a-newline-to-the-end-of-a-file/31955#31955
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.

1 participant