DEV Community

ishwar
ishwar

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs