Answer the question
In order to leave comments, you need to log in
How to set a specific tab stop for certain file types in Sublime Text?
Tabs through tabs are enabled by default. One tab equals four spaces. I need a tab with two spaces. How to set a specific tab stop for certain file types in Sublime Text? That is, I need such a setting for only one particular syntax. Do you understand the complexity of the issue?
Answer the question
In order to leave comments, you need to log in
Preferences -> Settings - More -> Syntax Specific - User
{
"tab_size": 2,
"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