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
| s |
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
| { | |
| // make the editor font look nice | |
| "editor.fontSize": 18, | |
| "editor.fontFamily": "Monaco, 'Courier New', monospace", | |
| // format on pasting and saving | |
| "editor.formatOnPaste": true, | |
| "editor.formatOnSave": true, | |
| // save files automatically | |
| "files.autoSave": "afterDelay", | |
| // delete trailing whitespace |
OlderNewer