Skip to content

Instantly share code, notes, and snippets.

@renatocarvalho
Last active August 11, 2016 17:07
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 renatocarvalho/8091576 to your computer and use it in GitHub Desktop.
Save renatocarvalho/8091576 to your computer and use it in GitHub Desktop.
My current Preferences.sublime-settings
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.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"
],
"binary_file_patterns": [
".svn/",
".git/",
".hg/",
"CVS/",
"node_modules/",
"bower_components/",
"dist/"
],
"font_face": "Menlo",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"preview_on_click": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"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