Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit 174d4c8

Browse files
committed
Add basic instructions
1 parent 27a3081 commit 174d4c8

File tree

3 files changed

+18
-2443
lines changed

3 files changed

+18
-2443
lines changed

.vscode/launch.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
]
8+
}

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
// Don't be a `.git`
3+
// Use 2 spaces or you will ruin the files
4+
"editor.detectIndentation": true,
5+
"editor.insertSpaces": true,
6+
"editor.tabSize": 2
7+
}

0 commit comments

Comments
 (0)