I wish there was an option to keep TAB vs. Space indentation in the file I'm editing, rather than a single setting for TABS for all files. When working with Python source from different sources it is a pain to have to keep fixing auto-indent blocks, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same problem. I prefer to use spaces for tabs when editing C/C++ files, but when I modify Makefiles this causes problems, because tabs and spaces mean different things to a Makefile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be nice that Notepad++ simple copy the indentation from the preceding line whether it has spaces or tabs in the middle. Just make a copy and it would solve all the problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wish there was an option to keep TAB vs. Space indentation in the file I'm editing, rather than a single setting for TABS for all files. When working with Python source from different sources it is a pain to have to keep fixing auto-indent blocks, etc.
I have the same problem. I prefer to use spaces for tabs when editing C/C++ files, but when I modify Makefiles this causes problems, because tabs and spaces mean different things to a Makefile.
It would be nice that Notepad++ simple copy the indentation from the preceding line whether it has spaces or tabs in the middle. Just make a copy and it would solve all the problems.