Skip to content

Instantly share code, notes, and snippets.

@scottweisman
Created October 22, 2014 14:38
Show Gist options
  • Save scottweisman/5919167e73717552336d to your computer and use it in GitHub Desktop.
Save scottweisman/5919167e73717552336d to your computer and use it in GitHub Desktop.
sublime-settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/predawn (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_face": "Inconsolata-dz",
"font_options":
[
"no_round"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": -1,
"line_padding_top": -1,
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"show_full_path": false,
"sidebar_small": true,
"tab_size": 2,
"tabs_small": true,
"theme": "predawn.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