Skip to content

Instantly share code, notes, and snippets.

@ifahrentholz
Created July 14, 2013 20:38
Show Gist options
  • Save ifahrentholz/5995899 to your computer and use it in GitHub Desktop.
Save ifahrentholz/5995899 to your computer and use it in GitHub Desktop.
Sublime Prefs
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.png",
"*.gif",
"*.swp",
"*.scssc",
".DS_Store",
"*.jpg"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"log"
],
"font_face": "Monaco",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment