Skip to content

Instantly share code, notes, and snippets.

@develax
Last active November 12, 2024 08:22
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