Created
January 16, 2014 01:54
-
-
Save luqmaan/8448488 to your computer and use it in GitHub Desktop.
My Sublime Text settings
~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-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_match_enabled": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme", | |
"detect_indentation": false, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"expand_tabs_on_save": true, | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".env", | |
"node_modules", | |
".sass-cache", | |
".uploads", | |
"build/js", | |
"test-results", | |
"__pycache__" | |
], | |
"font_size": 13.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
50, | |
72, | |
200 | |
], | |
"scroll_past_end": true, | |
"shift_tab_unindent": true, | |
"show_full_path": true, | |
"spell_check": false, | |
"tab_size": 4, | |
"theme": "Soda Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment