Skip to content

Instantly share code, notes, and snippets.

@YamilG
Created August 17, 2016 01:18
Show Gist options
  • Save YamilG/90c662ca133dd0c12e5ae8b081fd760e to your computer and use it in GitHub Desktop.
Save YamilG/90c662ca133dd0c12e5ae8b081fd760e to your computer and use it in GitHub Desktop.
Sublime Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Cache/Color Scheme - Default/TronLegacy.tmTheme",
"font_face": "Operator Mono",
"font_size": 15.0,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment