Skip to content

Commit

Permalink
add editor configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowMarble authored and lpil committed Oct 28, 2024
1 parent f7c2f83 commit b16cd44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["gleam.gleam"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"editor.rulers": [80],
"editor.formatOnSave": true,
"[gleam]": {
"editor.defaultFormatter": "gleam.gleam"
},
"deno.enable": true
}

0 comments on commit b16cd44

Please sign in to comment.