Skip to content

Instantly share code, notes, and snippets.

@wagnerjgoncalves
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wagnerjgoncalves/0cec6e892f3726d10c1c to your computer and use it in GitHub Desktop.
Save wagnerjgoncalves/0cec6e892f3726d10c1c to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
79
],
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"line_padding_top": 2,
"line_padding_bottom": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment