Skip to content

Instantly share code, notes, and snippets.

@rodrigo-brito
Last active May 7, 2017 15:00
Show Gist options
  • Save rodrigo-brito/a5dcd27d8eda46ad0bff455ec6c7265f to your computer and use it in GitHub Desktop.
Save rodrigo-brito/a5dcd27d8eda46ad0bff455ec6c7265f to your computer and use it in GitHub Desktop.
Sublime configuration
// User config
"scroll_past_end": true, //infinite scroll
"open_files_in_new_window": false, //terminal open in same window
"tab_size": 4,
"translate_tabs_to_spaces": false,
"word_wrap": "false"
// Key binding
[
{"keys": ["f12"], "command": "reindent" , "args": {"single_line": false}}
]
//Plugins
TrailingSpaces - Espaços atoa
DocBlockr - Blocos de comentário
Emmet - Autocomplete HTML+CSS
SideBarEnhancements - Operações de pastas e arquivos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment