Darazaki / indent-o-matic

Dumb automatic fast indentation detection for Neovim written in Lua
MIT License
176 stars 13 forks source link

Ignore multi-line comments #13

Closed Darazaki closed 2 years ago

Darazaki commented 2 years ago

Multi-line comments can contain a lot of non-standard indentations which might lead indent-o-matic to make wrong guesses (as explained here by NMAC427)

To fix this, it's possible to either:

I'll probably try to tackle this issue in a few weeks but feel free to try your hands at it if you want to! :)