How to Force Sublime Text to Indent Spaces Per Tab?
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...
- How to Use the groupmod Command in Linux?
- How to Restrict Access to a Folder with htaccess?
- How to Zip UnZip Files And Directories In Linux using Command Line?
- Laravel 8 Refresh DataTable Without Reloading Page
- How to Model Disable Primary Key & Auto Increment Tutorial?
- How to Remove WordPress Version Number?
- How to Count Total Number of Bits in Number?
- Flutter Route and Navigation Example