Skip to content

Instantly share code, notes, and snippets.

@danitrap
Last active August 29, 2015 14:07
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 danitrap/b4effaa60de82622a5eb to your computer and use it in GitHub Desktop.
Save danitrap/b4effaa60de82622a5eb to your computer and use it in GitHub Desktop.
My Sublime Text 3 Preferences
{
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Color Highlighter/themes/Flatland_Dark.tmTheme",
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"font_face": "Inconsolata-g",
"font_options":
[
"directwrite"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"match_brackets_content": false,
"overlay_scroll_bars": "enabled",
"scroll_speed": 5.0,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment