Skip to content

Commit

Permalink
Add .vscode config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgievx committed Feb 17, 2020
1 parent 46485b5 commit 213beae
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"todo.timekeeping.created.enabled": true,
"todo.timekeeping.created.format": "ddd DD/MM/YYYY HH:mm",
"todo.timekeeping.finished.format": "ddd DD/MM/YYYY HH:mm",
"todo.timekeeping.started.format": "ddd DD/MM/YYYY HH:mm"
}

0 comments on commit 213beae

Please sign in to comment.