Skip to content

Commit

Permalink
added vscode workspace file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Sep 17, 2019
1 parent 18e1248 commit 10d89db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions slsqp.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true
}
}

0 comments on commit 10d89db

Please sign in to comment.