Skip to content

Instantly share code, notes, and snippets.

@bryanhunter
Created September 22, 2013 16:19
Show Gist options
  • Save bryanhunter/6661478 to your computer and use it in GitHub Desktop.
Save bryanhunter/6661478 to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_minimap_border": false,
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 15,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
120
],
"save_on_focus_lost": false,
"use_simple_full_screen": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment