Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 31, 2022 10:58
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 NyaGarcia/e82fde47a697467d76b12240d13078c8 to your computer and use it in GitHub Desktop.
Save NyaGarcia/e82fde47a697467d76b12240d13078c8 to your computer and use it in GitHub Desktop.
Sort on save keybinding
{
"key": "ctrl+s",
"command": "extension.multiCommand.execute",
"args": {
"sequence": ["postcssSorting.execute", "workbench.action.files.save"]
},
"when": "editorLangId == css"
},
{
"key": "ctrl+meta+s",
"command": "workbench.action.files.saveFiles"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment