Skip to content

Instantly share code, notes, and snippets.

@francirp
Created February 19, 2015 14:08
Show Gist options
  • Save francirp/d2f3e7671abe31433823 to your computer and use it in GitHub Desktop.
Save francirp/d2f3e7671abe31433823 to your computer and use it in GitHub Desktop.
My sublime user settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage"
],
"font_face": "Consolas",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": -1,
"line_padding_top": -1,
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"remember_open_files": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_small": true,
"tab_size": 2,
"tabs_small": true,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment