Skip to content

Instantly share code, notes, and snippets.

@pablobm
Created December 20, 2011 11:41
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 pablobm/1501308 to your computer and use it in GitHub Desktop.
Save pablobm/1501308 to your computer and use it in GitHub Desktop.
Settings for Sublime Text 2
{
"extensions": [ "feature" ],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all"
}
{
"folder_exclude_patterns": ["log", "tmp", ".git", "system"]
}
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment