Skip to content

Instantly share code, notes, and snippets.

@Enelar
Last active March 29, 2016 14:09
Show Gist options
  • Save Enelar/b10a8aadba8d6cd87290 to your computer and use it in GitHub Desktop.
Save Enelar/b10a8aadba8d6cd87290 to your computer and use it in GitHub Desktop.
My sublime text default settings
{
"auto_match_enabled": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"gutter": true,
"highlight_line": true,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"show_panel_on_build": false,
"spell_check": true,
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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