-
Notifications
You must be signed in to change notification settings - Fork 83
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
Always add new line on modify #961
Conversation
The pull request review highlights a modification that ensures
Overall, consider documenting the effect and rationale of always adding a newline to avoid future confusion or unexpected behavior in the code base.
Overall, the change seems appropriate for ensuring consistency in file formatting. It is essential to maintain uniformity, especially when collaborating within a team using version control systems, where missing end-of-file newlines can occasionally cause unnecessary diffs. |
Always add new line to any patch.