aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json3
-rw-r--r--.vscode/settings.json5
2 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 0000000..7e89a88
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,3 @@
+{
+ "recommendations": ["gleam.gleam"]
+} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index cbac569..e0820a0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,8 @@
{
+ "editor.rulers": [80],
+ "editor.formatOnSave": true,
+ "[gleam]": {
+ "editor.defaultFormatter": "gleam.gleam"
+ },
"deno.enable": true
}