Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

(JS-0139) Prefer or disallow newline at the end of files #8

Open
claranceliberi opened this issue Mar 12, 2021 · 0 comments
Open

(JS-0139) Prefer or disallow newline at the end of files #8

claranceliberi opened this issue Mar 12, 2021 · 0 comments

Comments

@claranceliberi
Copy link
Owner

Description

Trailing newlines in non-empty files are a common UNIX idiom. Benefits of trailing newlines include the ability to concatenate or append to files as well as output files to the terminal without interfering with shell prompts. Example - The not-preferred way : ```js function doSmth() { var foo = 2; …

Occurrences

There are 25 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/ntwaricliberi/rca-auth/issue/JS-0139/occurrences/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant