Skip to content

Instantly share code, notes, and snippets.

@telic
Last active March 21, 2019 22:12
Show Gist options
  • Save telic/2baef416335728197acf5c8fe153992b to your computer and use it in GitHub Desktop.
Save telic/2baef416335728197acf5c8fe153992b to your computer and use it in GitHub Desktop.
sublime-text preferences
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": false,
"folder_exclude_patterns":
[
"node_modules"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
80,
110
],
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_size": 3,
"trim_trailing_white_space_on_save": true,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment