Skip to content

Instantly share code, notes, and snippets.

@Vintharas
Created November 15, 2014 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vintharas/0caab0dfbc690667f207 to your computer and use it in GitHub Desktop.
Save Vintharas/0caab0dfbc690667f207 to your computer and use it in GitHub Desktop.
Sublime text preferences windows
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/hyrule.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown Extended"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"vintage_use_clipboard": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment