Created
February 19, 2016 03:24
-
-
Save onurguven/24efb578d94f035453a8 to your computer and use it in GitHub Desktop.
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
{ | |
"ignored_packages" : | |
[ | |
"Vintage" | |
], | |
// THEME OPTIONS | |
"icon_file_type_enable" : true, | |
"centurion_folder_icons": true, | |
"large_scroll_bars" : true, | |
"tabs_medium" : true, | |
"theme" : "Cyanide - Sky.sublime-theme", | |
"color_scheme" : "Packages/Theme - Cyanide/Monocyanide.tmTheme", | |
// FONT OPTIONS | |
"font_face" : "Source Code Pro", | |
"font_size" : 12, | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
// OTHER OPTIONS | |
"draw_white_space" : "selection", | |
"tab_size" : 3, | |
"translate_tabs_to_spaces" : true, | |
"trim_automatic_white_space" : true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap" : true, | |
"use_tab_stops" : true, | |
"fallback_encoding" : "UTF-8", | |
"shift_tab_unindent" : true, | |
"draw_minimap_border" : true, | |
"show_full_path" : true, | |
"show_tab_close_buttons" : false, | |
"line_padding_bottom" : 1, | |
//Distinguish Folders from files | |
"bold_folder_labels" : true, | |
//I had some plugins choking on my VPN | |
"detect_slow_plugins" : false, | |
//Excluding junk files | |
"folder_exclude_patterns" : | |
[ | |
"bin", | |
".git", | |
".sass-cache", | |
"tmp", | |
"wp-admin", | |
"wp-includes" | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment