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

refactor: formatting codes #377

Closed
wants to merge 1 commit into from
Closed

Conversation

chawyehsu
Copy link

I saw PR #355 has a big diff on src\nvm.go, then I noticed currently src\nvm.go is using CRLF end of line while other go files using LF, and found there are mixed-use of spaces and tabs indentation. So I create this pull request for formatting the go codes (changing src\nvm.go to use LF, and converting all tabs to spaces), and adding the editorconfig file, no functionality changes.

@coreybutler
Copy link
Owner

I ended up having to resolve this a different way in order to merge #355, but I really appreciate the contribution.

@chawyehsu chawyehsu deleted the format branch August 12, 2018 03:45
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.

3 participants