Skip to content

Instantly share code, notes, and snippets.

@SauloSilva
Created April 8, 2013 12:34
Show Gist options
  • Save SauloSilva/5336462 to your computer and use it in GitHub Desktop.
Save SauloSilva/5336462 to your computer and use it in GitHub Desktop.
configuration sublime.
{
"auto_complete": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.cdr"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Soda/Espresso Soda.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"filename_syntax_settings":
[
[
"\\.scss",
"Sass",
"i"
],
[
"\\.sass",
"Sass",
"i"
]
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"log",
"dl"
],
"font_face": "Menlo",
"font_size": 23.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
80,
80
],
"save_on_focus_lost": false,
"show_full_path": true,
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment