Skip to content

Instantly share code, notes, and snippets.

@jhubert
Created August 5, 2015 04:30
Show Gist options
  • Save jhubert/002d9b2042fb24bf5351 to your computer and use it in GitHub Desktop.
Save jhubert/002d9b2042fb24bf5351 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config
[
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar" },
{ "keys": ["ctrl+t", "ctrl+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}
]
{
"auto_complete_commit_on_tab": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"log/*",
"*.cache"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Solarized (Dark) (SL).tmTheme",
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"bower_components"
],
"font_size": 19.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": false,
"show_full_path": true,
"tab_size": 2,
"todo":
{
"folder_exclude_patterns":
[
"vendor",
"tmp",
"log"
]
},
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment