You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling makefiles specially sounds like a good idea: that's what vim/emacs do too, I think. The implementation will have to try to be elegant but it's hard when it comes to special cases.
We will need to know what Andreas thinks about it but in principle: do you want to volunteer?
I'm loving fix-whitespace. A consequence of adding andreasabel/fix-whitespace-action is that I have to replace tab characters in code snippets taken from make files if I want to fix whitespace in markdown files. I tried <tab> but that looked ugly. There's a unicode symbol for right tab that looks OK, like in this snippet from updo/README.md:
Could
fix-whitespace
help with make files (Makefile
and.mk
), keeping the tabs that are recipe prefixes but fixing other whitespace?A workaround would be to use a
.RECIPEPREFIX
, one of the special variables, to pick something other than tab.The text was updated successfully, but these errors were encountered: