Skip to content

Instantly share code, notes, and snippets.

@jexmarc
Last active March 17, 2021 20:49
Show Gist options
  • Save jexmarc/27571059b306cbc6caeb4599dde5f5a7 to your computer and use it in GitHub Desktop.
Save jexmarc/27571059b306cbc6caeb4599dde5f5a7 to your computer and use it in GitHub Desktop.
VS Code workspace settings to set indentation to 2 spaces.
{
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"jsxBracketSameLine": true
}
{
"editor.tabSize": 2,
"[jsonc]": {
"editor.tabSize": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment