Skip to content

Instantly share code, notes, and snippets.

@gallib
Created December 9, 2018 20:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Sublime Text preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Materialize/schemes/Material Monokai.tmTheme",
"default_line_ending": "unix",
"fade_fold_buttons": false,
"font_face": "Roboto Mono",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"material_theme_accent_lime": true,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_line_endings": true,
"tab_completion": true,
"theme": "Material Seti.sublime-theme",
"theme_dirty_materialized": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_scrollbar_semi_overlayed": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_xxl": true,
"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