Skip to content

Instantly share code, notes, and snippets.

@onurguven
Created February 19, 2016 03:24
Show Gist options
  • Save onurguven/24efb578d94f035453a8 to your computer and use it in GitHub Desktop.
Save onurguven/24efb578d94f035453a8 to your computer and use it in GitHub Desktop.
{
"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