Skip to content

Instantly share code, notes, and snippets.

@victorono
Last active August 26, 2016 17:53
Show Gist options
  • Save victorono/9531737 to your computer and use it in GitHub Desktop.
Save victorono/9531737 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.xlsx",
"*.pyc",
"*.directory"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site",
"doc"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"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