Skip to content

Commit

Permalink
Added VSCode Settings and GitIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Aug 17, 2023
1 parent f6d92f3 commit 37f7bba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,19 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

# https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore/

.vscode/*
!.vscode/settings.json
# !.vscode/tasks.json
# !.vscode/launch.json
# !.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"python.defaultInterpreterPath": ".pyenv/bin/python",
"editor.rulers": [
90
],
"editor.renderWhitespace": "all",
"editor.tabSize": 4
}

0 comments on commit 37f7bba

Please sign in to comment.