Skip to content

Instantly share code, notes, and snippets.

@heathd
Created May 18, 2019 16:23
Show Gist options
  • Save heathd/30e3dfb503fb4df7ec1c7b4e28e0fd42 to your computer and use it in GitHub Desktop.
Save heathd/30e3dfb503fb4df7ec1c7b4e28e0fd42 to your computer and use it in GitHub Desktop.
Sublime settings
[
{ "keys": ["ctrl+command+r"], "command": "reveal_in_side_bar"},
{ "keys": ["super+q"], "command": "wrap_lines" }
]
{
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"rulers":
[
140
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment