Skip to content

Instantly share code, notes, and snippets.

@invmatt
Created October 15, 2014 08:45
Show Gist options
  • Save invmatt/6c180418f991783d12ed to your computer and use it in GitHub Desktop.
Save invmatt/6c180418f991783d12ed to your computer and use it in GitHub Desktop.
sublime user settings
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_labels": false,
"close_windows_when_empty": false,
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".sass-cache",
".svn",
"bin",
"CVS",
"tmp"
],
"font_face": "Source Code Pro",
"font_options":
[
"no_bold"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets_angle": true,
"remember_open_files": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"hot_exit": false,
"remember_open_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment