Skip to content

Instantly share code, notes, and snippets.

@tracker1
Created June 21, 2023 23:22
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/8840a61470063705d37aaf00019c9d16 to your computer and use it in GitHub Desktop.
Save tracker1/8840a61470063705d37aaf00019c9d16 to your computer and use it in GitHub Desktop.
Synchronet VS Code Settings
{
"editor.rulers": [76, 80],
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.associations": {
"*.ssjs": "javascript",
"*.msg": "plaintext",
"*.ans": "plaintext",
"*.asc": "plaintext",
"*.rip": "plaintext",
"*.nfo": "plaintext",
"*.tic": "plaintext",
"appsettings.json": "jsonc",
"appsettings.*.json": "jsonc"
},
"files.eol": "\n",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"files.encoding": "utf8",
},
"[plaintext]": {
"files.encoding": "cp437",
"files.eol": "\r\n",
"editor.renderControlCharacters": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment