Skip to content

Instantly share code, notes, and snippets.

@edivandecastro
Last active January 26, 2017 17:54
Show Gist options
  • Save edivandecastro/d83f77425e693c23e383 to your computer and use it in GitHub Desktop.
Save edivandecastro/d83f77425e693c23e383 to your computer and use it in GitHub Desktop.
preferences-sublime-settings
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "monaco",
"font_size": 10,
"rulers": [122],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"ignored_packages":
[
"Vintage"
],
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_numix": true,
"theme_autocomplete_item_selected_colored": true,
"theme_dropdown_atomized": true,
"theme_find_panel_materialized": true,
"theme_grid_border_size_xs": true,
"theme_popup_border_visible": true,
"theme_quick_panel_border_visible": true,
"theme_quick_panel_item_selected_colored": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_folder_mono": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true,
"theme_unified": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment