Skip to content

Instantly share code, notes, and snippets.

@jeremyvaught
Last active November 28, 2018 14:56
Show Gist options
  • Save jeremyvaught/f1d8594764e1d140c284e04bda3929c5 to your computer and use it in GitHub Desktop.
Save jeremyvaught/f1d8594764e1d140c284e04bda3929c5 to your computer and use it in GitHub Desktop.
My current Sublime-text 3 settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"phpunit-sublime-terminal": "iTerm",
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment