DEV Community

ishwar chandra tiwari
ishwar chandra tiwari

Posted on

Use 4 tab spaces in sublime

you can customize your indention settings in Preferences.sublime-settings, for example:

{
“draw_white_space”: “all”,
“font_size”: 8,
“draw_white_space”: “all”,
“translate_tabs_to_spaces”: true,
“tab_size”: 4,
}

Top comments (0)