Open sgeard opened 7 years ago
You likely have your indentation preferences set to spaces. Check out Preferences > Editor > Indentation. Also check the same preferences via right clicking the file tab and hitting "File Preferences".
Komodo has three levels of preferences: Files > Project > Global. If a preference is set on eg. a file then the global preference is not used for that file.
I'm not sure what you mean by "add a new rule".
I just tried the following: 1) File > New > New File 2) Set the filetype to Makefile in the drop-down list on the far right 3) Enter the following: PHONY: all
all:
Thanks @sgeard, I'll look into forcing tabs for Makefiles.
Thanks for your prompt response.
Short Summary
When editing a Makefile (which is interpreted as Makefile) tabs are always converted to spaces
Steps to Reproduce
Open a Makefile and try to add a new rule
Expected results