EditorConfig provides a way of ensuring consistent indent, new line, etc, settings shared across the team.
You will need to add the EditorConfig for VS Code to enable utilise the editorConfig file.
Or if you use a different IDE you can check here
Copy and paste the .editorconfig
file from this repo into the root of a new or existing project.
The .gitignore
file in this repo has useful presets for node development