Skip to content

Instantly share code, notes, and snippets.

@taylor-smith
Created March 4, 2014 19:27
Show Gist options
  • Save taylor-smith/9353769 to your computer and use it in GitHub Desktop.
Save taylor-smith/9353769 to your computer and use it in GitHub Desktop.
sublime text 2 preferences
{
"color_scheme": "Packages/flatland-mks/Flatland-MKS.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"vendor/bundle/gems"
],
"font_size": 21.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "flatland-mks.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment