Skip to content

Instantly share code, notes, and snippets.

@nWidart
Created January 29, 2015 09:50
Show Gist options
  • Save nWidart/3612d84d665fd66c2258 to your computer and use it in GitHub Desktop.
Save nWidart/3612d84d665fd66c2258 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"findreplace_small": true,
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"show_line_endings": true,
"sidebar_large": true,
"tabs_medium": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": 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