Skip to content

Commit

Permalink
Add vscode indentation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Jan 3, 2025
1 parent 1098326 commit 80a04ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ h3/test/results
*.BAK

# IDEs
.vscode
.vscode/*
!.vscode/settings.json
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.tabSize": 4
}

0 comments on commit 80a04ea

Please sign in to comment.