Skip to content

Instantly share code, notes, and snippets.

@pibby
Created October 11, 2013 23:50
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 pibby/6943793 to your computer and use it in GitHub Desktop.
Save pibby/6943793 to your computer and use it in GitHub Desktop.
My Sublime Text User Preferences
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/Flatland Dark.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"fade_fold_buttons": false,
"fold_buttons": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"open_files_in_new_window": false,
"theme": "Soda Dark.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment