Sublime Forum

Unable to change translate_tabs_to_spaces setting

#1

I want HTML files to have a 2 space indent so I’ve updated my Packages/User/html.sublime-settings file as follows:

[code]{
“extensions”:

    "erb", "html"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,

}[/code]

However, whenever I save a file as an HTML file (i.e. with the .html extension) the Tab Size remains 4.

What else do I need to change?

0 Likes

#2

See Tab size - how many more settings to change?

0 Likes