Skip to content

Instantly share code, notes, and snippets.

@ribeiroevandro
Last active December 26, 2015 20:19
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 ribeiroevandro/7207633 to your computer and use it in GitHub Desktop.
Save ribeiroevandro/7207633 to your computer and use it in GitHub Desktop.
{
// Oculta a exibição do caminho absoluto do arquivo.
"show_full_path": false,
// Mostra que o arquivo foi alterado e não foi salvo ainda.
"highlight_modified_tabs": true,
// Remover espaços em branco na hora de salvar o arquivo.
"trim_trailing_white_space_on_save": true,
// Define espaços ao invés de tab.
"translate_tabs_to_spaces": true,
// Define a quantidade de espaços.
"tab_size": 2,
// Exclui pastas.
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"],
// Destaca pastas.
"bold_folder_labels": true,
// ignora o modo vintage
"ignored_packages": [ "Vintage" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment