Created
June 12, 2013 02:27
-
-
Save AfzalivE/5762412 to your computer and use it in GitHub Desktop.
sublime text 2 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
Show hidden characters
{ | |
"auto_complete_delay": 0, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Base16 Tomorrow Night Aqua.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".gitkeep", | |
".gitignore" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".sass-cache" | |
], | |
"font_face": "Inconsolata", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"GitGutter" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 0, | |
"match_brackets_angle": true, | |
"open_files_in_new_window": false, | |
"preview_on_click": true, | |
"shift_tab_unindent": true, | |
"soda_classic_tabs": true, | |
"tab_completion": false, | |
"theme": "Nexus.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment