Skip to content

Instantly share code, notes, and snippets.

@showmethecode9527
Last active January 9, 2018 01:47
Show Gist options
  • Save showmethecode9527/7599f75b1a3eea0c2e8af9183966fad5 to your computer and use it in GitHub Desktop.
Save showmethecode9527/7599f75b1a3eea0c2e8af9183966fad5 to your computer and use it in GitHub Desktop.
sublime-settings
{
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip"
],
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".idea",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Source Code Pro",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"show_encoding": true,
"theme": "Adaptive.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