Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Created September 17, 2014 16:57
Show Gist options
  • Save lepittenger/b6b9eab01b8a992b68f0 to your computer and use it in GitHub Desktop.
Save lepittenger/b6b9eab01b8a992b68f0 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"auto_complete_delay": 0,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Pastels on Dark.tmTheme",
"copy_with_empty_selection": false,
"detect_slow_plugins": false,
"draw_white_space": "all",
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 14.0,
"format_on_save": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"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