Skip to content

Instantly share code, notes, and snippets.

@develax
Last active November 12, 2024 08:22
Show Gist options
  • Save develax/9fdfda8a47be13c5306dde9cb7cd458a to your computer and use it in GitHub Desktop.
Save develax/9fdfda8a47be13c5306dde9cb7cd458a to your computer and use it in GitHub Desktop.
VSCode Settings
@develax
Copy link
Author

develax commented Nov 12, 2024

JSON default editor

"[json]": {
    "editor.formatOnSave": true,
    "editor.defaultFormatter": "vscode.json-language-features"
},
"json.format.enable": true,
"json.format.keepLines": true,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment