Created
May 27, 2014 17:01
-
-
Save wylkon/6115c053d1f008d21ebd to your computer and use it in GitHub Desktop.
sublime_settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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