Skip to content

Instantly share code, notes, and snippets.

@hldh214
Last active June 21, 2021 08:44
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 hldh214/096ecc66dece8c06f0ed412cf3d08f6d to your computer and use it in GitHub Desktop.
Save hldh214/096ecc66dece8c06f0ed412cf3d08f6d to your computer and use it in GitHub Desktop.
My sublime4 keymap && settings
[
{ "keys": [ "ctrl+alt+j" ], "command": "pretty_json_and_sort" },
{ "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" }
]
{
"ensure_ascii": false,
"keep_arrays_single_line": true,
"brace_newline": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment