Skip to content

Instantly share code, notes, and snippets.

@ganta
Created December 3, 2012 15:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ganta/4195768 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Preferences
{
"bold_folder_labels": true,
"build_env":
{
"PATH": "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
},
"caret_style": "solid",
"disable_formatted_linebreak": true,
"disable_tab_abbreviations": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "Ricty",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_top": 1,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment