Skip to content

Instantly share code, notes, and snippets.

@luan03
Last active August 29, 2015 13:57
Show Gist options
  • Save luan03/9468509 to your computer and use it in GitHub Desktop.
Save luan03/9468509 to your computer and use it in GitHub Desktop.
{
//Mostrar os espaços em branco
"draw_white_space": "all",
// Tamanho da fonte default
"font_size": 11,
//Limitador de caracteres
"rulers": [80],
//4 espaços para o TAB
"tab_size": 4,
//Converte TAB´s para espaços
"translate_tabs_to_spaces": true,
//Marca a linha onde está o cursor
"highlight_line": true,
//Remove os espaços em branco ao salvar o arquivo
"trim_trailing_white_space_on_save": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment