Skip to content

Commit b16cd44

Browse files
SnowMarblelpil
authored andcommitted
add editor configurations
1 parent f7c2f83 commit b16cd44

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["gleam.gleam"]
3+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2+
"editor.rulers": [80],
3+
"editor.formatOnSave": true,
4+
"[gleam]": {
5+
"editor.defaultFormatter": "gleam.gleam"
6+
},
27
"deno.enable": true
38
}

0 commit comments

Comments
 (0)