Skip to content

Instantly share code, notes, and snippets.

@wylkon
Created May 27, 2014 17:01
Show Gist options
  • Select an option

  • Save wylkon/6115c053d1f008d21ebd to your computer and use it in GitHub Desktop.

Select an option

Save wylkon/6115c053d1f008d21ebd to your computer and use it in GitHub Desktop.
sublime_settings
{
"animation_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_face": "Anonymous Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"numix_sidebar_tree_medium": true,
"numix_small_tabs": true,
"scroll_speed": 1,
"tab_size": 2,
"theme": "Numix.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment