Skip to content

Instantly share code, notes, and snippets.

@vikjam
Created September 4, 2016 13:16
Show Gist options
  • Save vikjam/52e58978efc552dd741ae613495891a6 to your computer and use it in GitHub Desktop.
Save vikjam/52e58978efc552dd741ae613495891a6 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"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/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tabs_medium": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment