Skip to content

Instantly share code, notes, and snippets.

@leompeters
Created May 15, 2017 18:51
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 leompeters/bfc9554d89fe88abbc84197bc97733d5 to your computer and use it in GitHub Desktop.
Save leompeters/bfc9554d89fe88abbc84197bc97733d5 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/User/SublimeLinter/primer.light (SL).tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
90
],
"tab_size": 4,
"theme": "Primer.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment