Skip to content

Instantly share code, notes, and snippets.

@overdrivemachines
Created July 10, 2021 05:01
Show Gist options
  • Save overdrivemachines/fb466f3773674c673d1dda17c84ce701 to your computer and use it in GitHub Desktop.
Save overdrivemachines/fb466f3773674c673d1dda17c84ce701 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_convert_line_endings_to": "Unix",
"bold_folder_labels": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 17,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"index_files": true,
"show_encoding": true,
"show_line_endings": true,
"show_line_endings_on_status_bar": true,
"tab_size": 2,
"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