Skip to content

Instantly share code, notes, and snippets.

@joshgreen
Created October 6, 2014 08:20
Show Gist options
  • Save joshgreen/01416d2c4074ce453637 to your computer and use it in GitHub Desktop.
Save joshgreen/01416d2c4074ce453637 to your computer and use it in GitHub Desktop.
Laptop Sublime user settings
{
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": true,
"theme": "predawn.sublime-theme",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "selection",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
"coverage",
"tmp",
".svn",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"no_bold",
"subpixel_antialias",
"no_round"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"RestructuredText"
],
"itg_sidebar_tree_xsmall": true,
"itg_small_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"show_panel_on_build": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"sidebar_default": true, // Replace default with xsmall, small, medium, large or xlarge
"close_windows_when_empty": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"overlay_scroll_bars": "enabled",
"open_files_in_new_window": false,
"preview_on_click": false,
"scroll_speed": 5.0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment