Menu

TAB vs. Space Indentation

2007-08-22
2012-11-13
  • Nobody/Anonymous

    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.

     
    • Chris Sutcliffe

      Chris Sutcliffe - 2008-03-02

      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.

       
      • Nobody/Anonymous

        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.