Last active
December 15, 2015 17:28
-
-
Save kirang89/5296236 to your computer and use it in GitHub Desktop.
Custom Sublime settings
This file contains 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
{ | |
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme", | |
"detect_slow_plugins": false, | |
"draw_white_space": "all", | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 13.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80, | |
100 | |
], | |
"soda_classic_tabs": true, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"drag_text": false, | |
"highlight_modified_tabs": true, | |
"bold_folder_labels": true, | |
"hot_exit": false, | |
"remember_open_files": false, | |
"open_files_in_new_window": false, | |
"show_full_path": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment