Skip to content

Instantly share code, notes, and snippets.

@jeffersonsouza
Created October 29, 2014 14:25
Show Gist options
  • Save jeffersonsouza/668a22bf8aeab574b175 to your computer and use it in GitHub Desktop.
Save jeffersonsouza/668a22bf8aeab574b175 to your computer and use it in GitHub Desktop.
Sublime User Conf
{
"bold_folder_labels": true,
"draw_white_space": "all",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"match_brackets_angle": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment