When I execute a M-x describe-variable web-mode-markup-indent-offset
I get this output:
web-mode-markup-indent-offset is a variable defined in `web-mode.el'.
Its value is 4
Original value was 2
Documentation:
Html indentation level.
You can customize this variable.
I want the original value, but I can't find where in my setup I've set it to 4. Is there a way to determine this? (I'm using prelude, if that matters).