Skip to content

Instantly share code, notes, and snippets.

@renatocarvalho
Last active March 19, 2016 15:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save renatocarvalho/6394225 to your computer and use it in GitHub Desktop.
Save renatocarvalho/6394225 to your computer and use it in GitHub Desktop.
Sublime Settings do Startaê.Copie o texto abaixo e cole em: Menu Sublime Text > Preferences > Settings - User
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.gz",
"*.jar",
"*.sassc",
"*.scssc",
"*.xap",
"*.zip",
".gitkeep",
"dump.rdb",
".rake_tasks~",
"*.o"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".cache",
"tmp/cache/*",
".bin",
".bundle",
".yardoc",
"coverage",
"log",
"tmp",
"build",
"pkg"
],
"font_face": "Menlo",
"font_size": 15.0,
"highlight_modified_tabs": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"preview_on_click": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment