When evaluating a template file for Makefile, the tab before each command is gone.
The template:
The result:
Tried to add below code to the head of the template but that doesn't work.
template:
# expand-env: ((yas-indent-line 'fixed))
# --
help:
@echo "help"
result:
# expand-env: ((yas-indent-line 'fixed))
# --
help:
@echo "help"
Is there any way we could keep the tab?
When evaluating a template file for Makefile, the tab before each command is gone.
The template:
The result:
Tried to add below code to the head of the template but that doesn't work.
template:
result:
Is there any way we could keep the tab?