Skip to content

Commit

Permalink
Vscode: use tabs = true
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jan 20, 2024
1 parent aa93017 commit f9e2ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"shellcheck.useWorkspaceRootAsCwd": true
"shellcheck.useWorkspaceRootAsCwd": true,
"prettier.useTabs": true
}

0 comments on commit f9e2ebf

Please sign in to comment.