Created
April 13, 2015 10:00
-
-
Save gmrdad82/0be28422cd6ddf47c29c to your computer and use it in GitHub Desktop.
Sublime Text 3 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
{ | |
"always_show_minimap_viewport": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "smooth", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme", | |
"create_window_at_startup": false, | |
"draw_minimap_border": true, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".tags", | |
".tags_sorted_by_file", | |
".gemtags", | |
"development.log" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site", | |
"tmp", | |
"web", | |
".zeus.sock", | |
"coverage", | |
"public/items" | |
], | |
"font_face": "Monaco", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 13, | |
"hide_open_files": false, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"itg_small_tabs": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"preview_on_click": true, | |
"save_on_focus_lost": true, | |
"show_full_path": true, | |
"show_tab_close_buttons": true, | |
"tab_size": 2, | |
"theme": "itg.flat.light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true, | |
"wrap_width": 80 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment