Skip to content

Instantly share code, notes, and snippets.

@dantz
Last active October 9, 2015 05:38
Show Gist options
  • Select an option

  • Save dantz/3447442 to your computer and use it in GitHub Desktop.

Select an option

Save dantz/3447442 to your computer and use it in GitHub Desktop.
My Sublime Text 3 User Settings
{
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"font_face": "Fira Mono OT",
"font_size": 14.0,
"highlight_line": true,
"tab_size": 2,
"draw_indent_guides": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"scroll_past_end": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment