Skip to content

Instantly share code, notes, and snippets.

@jamescarlos
Last active December 15, 2015 14:09
Show Gist options
  • Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.
Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.
Sublime Text - User Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"show_full_path": true,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
@jamescarlos
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment