Skip to content

Instantly share code, notes, and snippets.

@meirabruno
Last active May 15, 2016 20:51
Show Gist options
  • Select an option

  • Save meirabruno/2ff8383b1f94660d6174 to your computer and use it in GitHub Desktop.

Select an option

Save meirabruno/2ff8383b1f94660d6174 to your computer and use it in GitHub Desktop.
Configurações básicas do sublime text
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
40
],
"save_on_focus_lost": false,
"show_full_path": 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