Last active
October 3, 2018 16:04
-
-
Save Stmol/f1eceb5353d2c617fbda to your computer and use it in GitHub Desktop.
Preferences for Sublime Text 3 #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
Show hidden characters
| { | |
| "auto_complete_delay": 0, | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
| "draw_white_space": "all", | |
| "fade_fold_buttons": false, | |
| "fallback_encoding": "Cyrillic (Windows 1251)", | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", | |
| ".idea", | |
| ".phalcon" | |
| ], | |
| "font_face": "Source Code Pro", | |
| "font_size": 20, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 1, | |
| "line_padding_top": 1, | |
| "open_files_in_new_window": false, | |
| "rulers": | |
| [ | |
| 100 | |
| ], | |
| "save_on_focus_lost": true, | |
| "show_encoding": true, | |
| "show_full_path": false, | |
| "spacegray_sidebar_font_large": true, | |
| "spacegray_sidebar_tree_large": true, | |
| "spacegray_tabs_auto_width": true, | |
| "spacegray_tabs_font_large": true, | |
| "spacegray_tabs_large": true, | |
| "theme": "Spacegray.sublime-theme", | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment