You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most .sh files are missing a final newline. I have tried to work around with editorconfig, but this isn't supported with my editor: editorconfig/editorconfig-vscode#153.
Do you feel strongly about newlines at EOF? Would an .editorconfig that enables this setting only for this project help?
The text was updated successfully, but these errors were encountered:
Nah, I don't feel strongly about them. My tools don't really care, and the odd diff highlighting a \r,\n or \r\n doesn't impede anything here. Feel free to PR adding newlines. As for editorconfig, I don't use it, I prefer Modelines.
Most
.sh
files are missing a final newline. I have tried to work around with editorconfig, but this isn't supported with my editor: editorconfig/editorconfig-vscode#153.Do you feel strongly about newlines at EOF? Would an
.editorconfig
that enables this setting only for this project help?The text was updated successfully, but these errors were encountered: