Sublime Text 3 User Preferences Settings
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_with_fields": true, | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/base16-ocean.light (SL).tmTheme", | |
"detect_indentation": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp", | |
".bundle", | |
".sass-cache" | |
], | |
"font_face": "Inconsolata", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
80 | |
], | |
"soda_folder_icons": true, | |
"tab_size": 4, | |
"theme": "Spacegray Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true, | |
"wrap_width": 120 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment