Skip to content

Instantly share code, notes, and snippets.

@jeffreysbrother
Created May 29, 2017 00:50
Show Gist options
  • Save jeffreysbrother/b6591183441f2b74f882fc1f25d6478b to your computer and use it in GitHub Desktop.
Save jeffreysbrother/b6591183441f2b74f882fc1f25d6478b to your computer and use it in GitHub Desktop.
2016/2017 Sublime Text settings ... influenced by the Laracasts guy.
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme",
"font_face": "Fira Code",
"font_size": 15,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment