Skip to content

Instantly share code, notes, and snippets.

@therebelrobot
Last active April 29, 2016 21:03
Show Gist options
  • Save therebelrobot/80d7922edca7899a62fbe9dd5d8d7c33 to your computer and use it in GitHub Desktop.
Save therebelrobot/80d7922edca7899a62fbe9dd5d8d7c33 to your computer and use it in GitHub Desktop.
Sublime preferences, so I never EVER have to do this again.
{
"atomic_save": true,
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Colorsublime - Themes/Birds_of_Paradise.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"highlight_line": true,
"ignored_packages": [
"Vintage"
],
"line_padding_top": 2,
"margin": 2,
"open_files_in_new_window": false,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment