stevearc / conform.nvim

Lightweight yet powerful formatter plugin for Neovim
MIT License
2.55k stars 135 forks source link

feat(djlint): respect local buffer tabstop config #467

Closed mangkoran closed 1 week ago

mangkoran commented 1 week ago

Formatter now able to use local buffer tabstop config. One of the case is when the tabstop is set by editorconfig.

Close #457

mangkoran commented 1 week ago

Additionally I would like to add a section in the docs to mention that user could config their formatter to respect local buffer ts like this if the formatter support indentation config through argument.

stevearc commented 1 week ago

LGTM thanks!