Sublime Text Whitespace Settings for Python Development

preview_player
Показать описание

A short walkthrough of some Sublime Text settings that control how Sublime deals with whitespace in your source code files. The settings I demonstrate are my recommended settings for writing Python with Sublime Text.

Рекомендации по теме
Комментарии
Автор

Hi Dan, It is more useful to utilize the editorconfig that allows you to set tab size between file type such 2 spaces for js and 4 spaces for py.

gcasanas