Skip to content

Instantly share code, notes, and snippets.

@khairulhasanmd
Last active October 10, 2016 09:49
Show Gist options
  • Save khairulhasanmd/0973b375f2ce2cae1d8d to your computer and use it in GitHub Desktop.
Save khairulhasanmd/0973b375f2ce2cae1d8d to your computer and use it in GitHub Desktop.
my sublime setup
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.htaccess",
"*.rar",
"*.zip"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai Extended Origin (SL).tmTheme",
"folder_exclude_patterns":
[
".git",
"node_modules",
".sass-cache"
],
"font_face": "Hack",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"tab_size": 2,
"update_check": false,
"word_separators": "./\\()\"':-,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": "true",
"copy_with_empty_selection": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment