Skip to content

Instantly share code, notes, and snippets.

@olistik
Created October 15, 2012 20:24
Show Gist options
  • Save olistik/3895166 to your computer and use it in GitHub Desktop.
Save olistik/3895166 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 - Sublime Text 2 - Preferences -> Settings - User
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"color_scheme": "Packages/resesif.tmbundle/Themes/Resesif.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".yardoc",
"/tmp"
],
"font_face": "Monospace",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Nodejs"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": true,
"rulers":
[
80
],
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"bold_folder_labels": true,
"hot_exit": false,
"shift_tab_unindent": true,
"remember_open_files": false,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment