spotify / dockerfile-mode

An emacs mode for handling Dockerfiles
Apache License 2.0
535 stars 79 forks source link

added: dockerfile-indent-offset closed #16 #54

Closed ncaq closed 3 years ago

ncaq commented 4 years ago

tab-width is not the size of an indentation step.

NOTE: This controls the display width of a TAB character, and not the size of an indentation step.

see describe-variable tab-width

So, I add dockerfile-indent-offset and respect standard-indent.

ncaq commented 3 years ago

Ok. Am I supposed to just wait and do nothing?