Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ahmednuaman
Created January 30, 2014 14:19
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 ahmednuaman/8709343 to your computer and use it in GitHub Desktop.
Save ahmednuaman/8709343 to your computer and use it in GitHub Desktop.
SublimeText 2 Prefs
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Blackboard Black.tmTheme",
"create_window_at_startup": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"file_exclude_patterns":
[
".DS_*",
"*.scssc"
],
"folder_exclude_patterns":
[
".git",
".svn",
".sass-cache"
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"remember_open_files": false,
"rulers":
[
120
],
"scroll_past_end": true,
"spell_check": false,
"sublimelinter": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment