fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.63k stars 262 forks source link

Indent offset not respected when pressing `tab` on a marked region #1306

Open jjnilton opened 2 months ago

jjnilton commented 2 months ago

It seems that when pressing Tab on a marked region, it uses the function (indent-for-tab-command) and does not respect the indent offset set in Web Mode, but if I press Tab on a line without marking a region, it works as expected.