Skip to content

Instantly share code, notes, and snippets.

@eliangcs
Last active December 30, 2015 12:09
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 eliangcs/7827265 to your computer and use it in GitHub Desktop.
Save eliangcs/7827265 to your computer and use it in GitHub Desktop.
// Sublime Text
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "DejaVu Sans Mono",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
// Sublime Text Flake8
{
// set desired max line length
"pep8_max_line_length": 200,
// skip errors and warnings (e.g. ["E303", E4", "W"])
"ignore": ["E201", "E202"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment