Answer the question
In order to leave comments, you need to log in
Subleme Text3 how to remove tabs in autocompleted code?
When writing Python code in Subleme Text 3, Djaneiro plugins are included. Anaconda etc.
The problem is that I set 4 spaces instead of default tabs, since this is considered more correct in Pyrhon, but all plugins put tabs when autocompleting code in functions and cycles, which causes mixing of tabs and spaces and, accordingly, the interpreter swears on this I'm wasting time.
Who knows how to put spaces in all plugins 4 and not these tabs
Answer the question
In order to leave comments, you need to log in
Preferences -> Settings
in the right window:
{
"translate_tabs_to_spaces": true
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question