Last active
March 7, 2024 05:37
-
-
Save alexcican/5248905 to your computer and use it in GitHub Desktop.
SublimeText User 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
{ | |
"auto_complete_commit_on_tab": true, | |
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night-Eighties.tmTheme", | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
"bin", | |
".bundle", | |
".git", | |
".sass-cache", | |
"tmp" | |
], | |
"font_face": "Menlo", | |
"font_size": 12.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"scroll_past_end": false, | |
"scroll_speed": 5.0, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"trim_trailing_white_space_on_save": true, | |
"open_files_in_new_window": false, | |
"bold_folder_labels": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated for 2016: