Add Resetera and pubkey fingerprint, and block bots

This commit is contained in:
Bad Manners 2024-09-04 18:07:00 -03:00
parent 3804cbe39e
commit 5e368d6e34
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
11 changed files with 136 additions and 184 deletions

View file

@ -11,6 +11,8 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.requireConfig": true,
"prettier.configPath": ".prettierrc.mjs",
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}