Skip to content

Instantly share code, notes, and snippets.

@rbk
Created October 17, 2016 13:56
Show Gist options
  • Save rbk/25ad75179d0a76e45a0295bb4e537eb4 to your computer and use it in GitHub Desktop.
Save rbk/25ad75179d0a76e45a0295bb4e537eb4 to your computer and use it in GitHub Desktop.
Sublime Text 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/Boxy Theme/schemes/Boxy Monokai.tmTheme",
"fade_fold_buttons": false,
"font_face": "hermit",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Boxy Monokai.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