Skip to content

Instantly share code, notes, and snippets.

@fishme
Created July 16, 2018 12:59
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 fishme/248c1e1c47dedd832854589b7ec1e36f to your computer and use it in GitHub Desktop.
Save fishme/248c1e1c47dedd832854589b7ec1e36f to your computer and use it in GitHub Desktop.
SFCC VisualCode
{
"workbench.colorTheme": "Default Light+",
"editor.fontSize": 16,
"workbench.activityBar.visible": true,
"workbench.sideBar.location": "right",
"window.zoomLevel": 1,
"editor.formatOnSave": true,
"editor.rulers": [
80
],
"workbench.iconTheme": "material-icon-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment