Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created July 15, 2013 08:12
Show Gist options
  • Save fjaguero/5998298 to your computer and use it in GitHub Desktop.
Save fjaguero/5998298 to your computer and use it in GitHub Desktop.
Sublime Text 2 Config
{
"auto_complete": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ubuntu Mono",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter",
"Function Name Display"
],
"open_files_in_new_window": false,
"rulers":
[
120
],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"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