Skip to content

Instantly share code, notes, and snippets.

@leonardofaria
Created January 8, 2013 09:49
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 leonardofaria/4482539 to your computer and use it in GitHub Desktop.
Save leonardofaria/4482539 to your computer and use it in GitHub Desktop.
{
// esse é o arquivo de configurações do sublime
// ele é organizado em um formato json
// mais informações:
// http://leonardofaria.net/2012/12/31/configurando-o-sublime-text-2
// http://simplesideias.com.br/configurando-o-sublime-text-2
// configurações visuais
"theme": "Soda Light.sublime-theme",
"color_scheme": "Packages/Color Scheme - User/All Hallow's Eve Custom.tmTheme",
"soda_classic_tabs": true,
"font_face": "Droid Sans MS",
"font_size": 14.0,
// configurações de edição diversas
"tab_size": 2, // tamanho do tab
"highlight_line": true, // marca a linha atual
"highlight_modified_tabs": true, // destaca abas com arquivos modificados
"word_wrap": true, // quebra linhas grandes para evitar rolagem vertical
// "draw_white_space": "all", // exibe espaços em branco
// configurações do editor
"open_files_in_new_window": false, // força abrir arquivos em abas
"show_full_path": true, // mostra o caminho completo do arquivo na barra de títulos
"terminal": "iterm", // terminal default (mac os somente)
"trim_trailing_white_space_on_save": true, // remove whitespaces quando o arquivo é salvo
"auto_completecommiton_tab": true, // altera a tecla que faz o autocomplete para tab
"bold_folder_labels": true // deixa diretórios com negrito na sidebar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment