Skip to content

Instantly share code, notes, and snippets.

@invmatt
Created February 21, 2014 13:35
Show Gist options
  • Select an option

  • Save invmatt/9134314 to your computer and use it in GitHub Desktop.

Select an option

Save invmatt/9134314 to your computer and use it in GitHub Desktop.
Personal user settings for Sublime Text
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_labels": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/GrandsonOfObsidian (SL).tmTheme",
"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_options":
[
"no_bold"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_angle": 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