Skip to content

Commit

Permalink
Add default vscode settings file.
Browse files Browse the repository at this point in the history
Former-commit-id: 4b85b51f483e7c40e5a96c3dd00b92e8d71ec2ed
  • Loading branch information
grst committed Feb 14, 2020
1 parent c0f0785 commit 91933d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode/*
!.vscode/settings.json.default
notebooks
tutorial/TraCeR
# Byte-compiled / optimized / DLL files
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json → .vscode/settings.json.default
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs",
"editor.rulers": [88]
"editor.rulers": [
88
],
}

0 comments on commit 91933d1

Please sign in to comment.