Skip to content

Instantly share code, notes, and snippets.

@brunoliveira8
Last active March 25, 2017 15:22
Show Gist options
  • Save brunoliveira8/9f91830d3113a74625ae7a4e7689e801 to your computer and use it in GitHub Desktop.
Save brunoliveira8/9f91830d3113a74625ae7a4e7689e801 to your computer and use it in GitHub Desktop.
Gist com snippets de código para configuração do ST3.
{
/*
If 'outline' (default), anaconda will outline error lines.
If 'fill', anaconda will fill the lines.
If 'solid_underline', anaconda will draw a solid underline below regions.
If 'stippled_underline', anaconda will draw a stippled underline below regions.
If 'squiggly_underline', anaconda will draw a squiggly underline below regions.
If 'none', anaconda will not draw anything on error lines.
*/
"anaconda_linter_mark_style": "none",
/*
If this is set to false, anaconda will not underline errors.
*/
"anaconda_linter_underlines": false,
// Maximum line length for pep8
"pep8_max_line_length": 120,
}
{
"font_size": 18,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}

Gist com snippets de código para configuração do ST3.

Pacotes Utilizados:

  • Anaconda
  • GitGutter
  • HtmlBeautify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment