Skip to content

Instantly share code, notes, and snippets.

@esod
Last active December 7, 2015 18:48
Show Gist options
  • Save esod/c11cc9d91b338ba72e86 to your computer and use it in GitHub Desktop.
Save esod/c11cc9d91b338ba72e86 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/Predawn/predawn.tmTheme",
"theme": "predawn-DEV.sublime-theme",
"predawn_tabs_active_underline": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"findreplace_small": true,
"font_face": "Consolas",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
80
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_full_path": false,
"sidebar_small": true,
"tab_size": 2,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment