Skip to content

Instantly share code, notes, and snippets.

@thehig
Last active July 6, 2017 10:10
Show Gist options
  • Save thehig/2017ee5556b9f6c1a40d6984fc50ad3f to your computer and use it in GitHub Desktop.
Save thehig/2017ee5556b9f6c1a40d6984fc50ad3f to your computer and use it in GitHub Desktop.
subl: settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"theme": "Oceanic Next.sublime-theme",
"draw_white_space": "all",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14,
"hot_exit": false,
"ignored_packages":
[
"SublimeCodeIntel",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"spell_check": false,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment