Skip to content

Instantly share code, notes, and snippets.

@michaelbragg
Created August 23, 2012 07:38
Show Gist options
  • Save michaelbragg/3433880 to your computer and use it in GitHub Desktop.
Save michaelbragg/3433880 to your computer and use it in GitHub Desktop.
.sublime-settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_size": 16,
"hot_exit": false,
"show_tab_close_buttons": false,
"tab_size": 2,
"spell_check": true,
"translate_tabs_to_spaces": true,
"word_wrap": "auto",
"enable_hexadecimal_encoding": false,
"create_window_at_startup": false,
"draw_white_space": "all",
"bold_folder_labels": true,
"file_exclude_patterns": [
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns": [
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"trim_trailing_white_space_on_save": true
}
{
"sublimelinter": "load-save"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment