Skip to content

Instantly share code, notes, and snippets.

@jnettome
Created March 13, 2013 13:30
Show Gist options
  • Select an option

  • Save jnettome/5152037 to your computer and use it in GitHub Desktop.

Select an option

Save jnettome/5152037 to your computer and use it in GitHub Desktop.
my current preferences in sublimetext2
{
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "selection",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.pdf",
"*.gitkeep"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
".sass-cache"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Selecione"
],
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"new_window_settings":
{
"show_minimap": false
},
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment