Hi everyone! I started to learn to use Sublime text and am in the process of configuring everything, installing packages, and so on.
When I googled about a way to specify some language-specific settings (Python), I found various sites that pointed me out in the right direction, but I found one inconsistency.
Somewhere I found:
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"tab_size": 4
But somewhere else I found:
"TranslateTabsToSpaces": true,
"UseTabStops": true,
"TabSize": 4
You see the difference. Which is the default, official, right syntax to specify settings in Sublime text?
Thanks in advance,
AlphaUMi.