Last active
December 22, 2015 05:09
-
-
Save Demwunz/6422212 to your computer and use it in GitHub Desktop.
My 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
| { | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "close_windows_when_empty": true, | |
| "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
| "draw_minimap_border": false, | |
| "fade_fold_buttons": false, | |
| "file_exclude_patterns": | |
| [ | |
| ".DS_Store", | |
| "*.lib", | |
| "*.log" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| ".bundle", | |
| ".sass-cache", | |
| ".svn", | |
| ".hg" | |
| ], | |
| "font_face": "Sauna Mono Pro", | |
| "font_size": 15.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| "CSScomb JS", | |
| "AngularJS", | |
| "Handlebars" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "itg_small_tabs": true, | |
| "match_brackets": true, | |
| "match_brackets_angle": true, | |
| "match_brackets_braces": true, | |
| "match_brackets_content": true, | |
| "match_brackets_square": true, | |
| "remember_open_files": true, | |
| "remember_open_folders": true, | |
| "scroll_past_end": true, | |
| "show_full_path": true, | |
| "tab_size": 4, | |
| "theme": "Spacefunk (Grey Tuesday).sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "wide_caret": true | |
| } |
Author
Author
Recently changed the GUI scheme:
removed:
Changed fonts:
from: Source Code Pro
to: Sauna Mono Pro regular
Author
Added MultiEditUtils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a list of my installed packages too: