Sublime Text Settings
Feb 122019Anaconda
{
"anaconda_linting": true,
"pep8_max_line_length": 120,
"python_interpreter": "python3"
}
Anaconda
{
"anaconda_linting": true,
"pep8_max_line_length": 120,
"python_interpreter": "python3"
}
ctrl + shift + D # duplicate a line or selection
ctrl + / # comment out a line or selection
{
"color_scheme": "Packages/Materialize/schemes/Material Monokai.tmTheme",
"ignored_packages":
[
"Vintage"
],
"theme": "Material Monokai.sublime-theme",
"font_face": "DejaVu Sans Mono",
"font_size": 11,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"show_full_path": false,
}