Skip to content

Instantly share code, notes, and snippets.

@etimesg
Created September 10, 2014 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etimesg/3a674bf83a613943e58d to your computer and use it in GitHub Desktop.
Save etimesg/3a674bf83a613943e58d to your computer and use it in GitHub Desktop.
Sublime Text 3: User Settings
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/etimesg/Code is Life.tmTheme",
"draw_indent_guides": false,
"draw_minimap_border": true,
"draw_text": false,
"enable_tab_scrolling": false,
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 10,
"findreplace_small": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": true,
"sidebar_large": true,
"tabs_medium": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment