Skip to content

Instantly share code, notes, and snippets.

@juliocesar
Created July 2, 2014 00:55
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 juliocesar/9b728487ae4709f8f265 to your computer and use it in GitHub Desktop.
Save juliocesar/9b728487ae4709f8f265 to your computer and use it in GitHub Desktop.
My ST2 configuration
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Tech49/Tech49.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"node_modules",
"public/javascript",
"bower_components"
],
"font_face": "Source Code Pro",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Dayle Rees Color Schemes"
],
"show_full_path": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": 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