Last active
October 17, 2023 03:03
-
-
Save ManotLuijiu/86599d20a85462a3ae215d936070a2fc to your computer and use it in GitHub Desktop.
vscode_settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files.autoSave": "afterDelay", | |
"editor.fontSize": 16, | |
"terminal.integrated.fontFamily": "AnonymicePro Nerd Font", | |
"editor.fontFamily": "AnonymicePro Nerd Font", | |
"terminal.integrated.fontSize": 16, | |
"editor.formatOnSave": true, | |
"editor.formatOnType": false, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.wordWrap": "on", | |
"git.autoRepositoryDetection": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment