Created
January 13, 2014 11:06
-
-
Save turboMaCk/8398478 to your computer and use it in GitHub Desktop.
sublime-text-preferences
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
{ | |
"always_prompt_for_file_reload": true, | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Espresso Aqua.tmTheme", | |
"copy_with_empty_selection": false, | |
"create_window_at_startup": false, | |
"detect_indentation": true, | |
"draw_centered": false, | |
"fade_fold_buttons": false, | |
"find_selected_text": true, | |
"font_size": 13.0, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"index_files": true, | |
"line_padding_bottom": 1.5, | |
"line_padding_top": 1.5, | |
"margin": 0, | |
"scroll_past_end": true, | |
"show_tab_close_buttons": false, | |
"tabSize": 2, | |
"theme": "Soda Light 3.sublime-theme", | |
"translateTabsToSpaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"useTabStops": true, | |
"word_wrap": false, | |
"wrap_width": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment