Skip to content

Instantly share code, notes, and snippets.

@tracker1
Created March 21, 2020 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tracker1/1e1b9bb4cc54eed3997ef37da979e856 to your computer and use it in GitHub Desktop.
Save tracker1/1e1b9bb4cc54eed3997ef37da979e856 to your computer and use it in GitHub Desktop.
/sbbs/.vscode/settigns.json - Synchronet config for editing with VS Code.
{
"editor.rulers": [
76,
80
],
"editor.tabSize": 2,
"editor.renderControlCharacters": true,
"files.encoding": "cp437",
"files.associations": {
"*.ssjs": "javascript"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.renderControlCharacters": false,
},
"[json]": {
"editor.renderControlCharacters": false,
},
"[css]": {
"editor.renderControlCharacters": false,
},
"[html]": {
"editor.renderControlCharacters": false,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment