Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 646 Bytes

Sample project settings files

Editor Config

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.

Git Ignore

The .gitignore file in this repo has useful presets for node development