Skip to content

Instantly share code, notes, and snippets.

@SauloSilva
Created December 30, 2015 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SauloSilva/9fe1060a8023dc92cb9c to your computer and use it in GitHub Desktop.
Save SauloSilva/9fe1060a8023dc92cb9c to your computer and use it in GitHub Desktop.
sublime preferences
{
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0,
"bold_folder_labels": true,
"caret_extra_width": 5,
"gpu_window_buffer": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"scroll_speed": 4.0,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.cdr",
"*.dcr"
],
"cmd":
[
"rvm-auto-ruby",
"$file"
],
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"filename_syntax_settings":
[
[
"\\.scss",
"Sass",
"i"
],
[
"\\.sass",
"Sass",
"i"
]
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"dl"
],
"font_face": "Menlo",
"font_size": 17,
"ignored_packages":
[
"VintageLines"
],
"path": "${HOME}/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin",
"rulers":
[
80,
80
],
"selector": "source.ruby",
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": true,
"working_dir": "${project_path}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment