Skip to content

All topics  /  General

How to Force Sublime Text to Indent Spaces Per Tab?

General ·

Hi Guys,

In this blog, I will explain to you how to change spaces per tab in sublime text editor. you can easliy increase/decrease spaces per tab in sublime text. i will show full steps of change spaces per tab in sublime text editor.

Step 1


In this step, i will open sublime text editor. after click perferences menu and click settings.

sublime text editor->perferences(menu)->settings

Step 2

Here in this step, i will add spaces per tab size in file(perferences.sublime.settings - user), after save this file.

settings -> perferences.sublime.settings -user

{
  --------------
  "tab_size": 4,
  --------------
}

It will help you...