A
A
Abakar Abakarov2018-02-02 20:24:47
Sublime Text
Abakar Abakarov, 2018-02-02 20:24:47

How in sublime text to make the correct tabulation in the code by pressing certain keys?

I remember that by using a certain keyboard shortcut, you can give the code a rational look while respecting the rules of tabulation

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
y0u, 2018-02-02
@Abarahabr

You need to install a plugin, for example this one https://github.com/victorporof/Sublime-HTMLPrettify
Or by standard means: Preferences → Key BindingsAdd

[
    { "keys": ["ctrl+alt+f"], "command": "reindent", "args": { "single_line": false } }
]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question