Skip to content

Instantly share code, notes, and snippets.

@mrosati84
Last active October 12, 2015 04:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrosati84/3972560 to your computer and use it in GitHub Desktop.
Save mrosati84/3972560 to your computer and use it in GitHub Desktop.
My Sublime Text 2/3 Settings
{
"binary_file_patterns":
[
"*.scssc"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Colorsublime/themes/Boron.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
//"Vintage"
],
"line_padding_bottom": 10,
"line_padding_top": 10,
"match_brackets": true,
"rulers":
[
80
],
"soda_folder_icons": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment