emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 861 forks source link

Getting indent level on web-mode #4431

Open lfpraca opened 2 months ago

lfpraca commented 2 months ago

Is your feature related or already mentioned on the wishlist? No

Describe your feature here. When using an lsp on web-mode, the indent offset level falls back to what's set in standard-indent, it would be nice if possible to get the correct indent level for the sections of the open file, or if not possible, maybe use web-mode-markup-indent-offset instead of standard-indent if the major mode is web-mode and html-ls is active