Skip to content

Instantly share code, notes, and snippets.

@luiscielak
Created April 13, 2015 14:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiscielak/044e679d078593d97eb6 to your computer and use it in GitHub Desktop.
Save luiscielak/044e679d078593d97eb6 to your computer and use it in GitHub Desktop.
sublime-settings
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"folder_exclude_patterns":
[
".tmp",
".svn",
".git",
".hg"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Arduino-like IDE",
"Vintage",
"Sublimerge Pro"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment