diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-07 10:19:43 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2022-01-07 10:19:43 -0700 |
commit | f5193541f67389d7560b818178d857dd5dd7df77 (patch) | |
tree | 444a53aa5afd319c2d0b89f01c063f84b2a52e2d /VSCODE.md | |
parent | de84113066c27d88922285bd431b4968cf565a68 (diff) | |
parent | bc82be4344da51d8fa13bde11ba5aac0e039ce45 (diff) | |
download | locchat-f5193541f67389d7560b818178d857dd5dd7df77.tar.gz locchat-f5193541f67389d7560b818178d857dd5dd7df77.zip |
Merge branch 'main' of github.com:dittonjs/NestStarterApp
Diffstat (limited to 'VSCODE.md')
-rw-r--r-- | VSCODE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/VSCODE.md b/VSCODE.md new file mode 100644 index 0000000..447a33f --- /dev/null +++ b/VSCODE.md @@ -0,0 +1,9 @@ +# VS Code
+## Extensions
+These are the extensions you should install into VS Code
+
+- ESLint (Microsoft)
+- Tailwind CSS Intellisense (Tailwind Labs)
+
+## Settings
+Press `Ctrl+,` or `Cmd+,` to open your settings and make sure the box for `Editor: Insert Spaces` is checked and set `Editor: Tab Size` to 2.
\ No newline at end of file |