Skip to content

Instantly share code, notes, and snippets.

@dimmg
Last active November 19, 2016 13:18
Show Gist options
  • Save dimmg/a145987bb60dbfc7a5fd0d347ca0d0d1 to your computer and use it in GitHub Desktop.
Save dimmg/a145987bb60dbfc7a5fd0d347ca0d0d1 to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
// Theme settings
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": false,
"caret_extra_width": 1,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"font_size": 9,
"theme": "Boxy Yesterday.sublime-theme",
// System Settings
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns": ["__pycache__"],
"highlight_line": true,
"ignored_packages": [ "Vintage" ],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment