Add post 'SSH all the way down'

This commit is contained in:
Bad Manners 2024-09-22 15:38:25 -03:00
parent e49618ee8e
commit 55dd016560
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
26 changed files with 418 additions and 43 deletions

View file

@ -27,6 +27,12 @@
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[mdx]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},