😇How do I force Sublime Text to indent two spaces per tab tab_size, tab with (ok)
https://stackoverflow.com/questions/9474090/how-do-i-force-sublime-text-to-indent-two-spaces-per-tab
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": false
}
Last updated
Was this helpful?