https://stackoverflow.com/questions/5685406/inconsistent-use-of-tabs-and-spaces-in-indentation
It is possible to solve this problem using notepad++ by replacing Tabs with 4 Spaces:
- Choose Search -> Find... or press Ctrl + F
 - Select the Replace tab
 - In the box named Search Mode choose Extended(\n, \r, \t, \0, \x...)
 - In the field Find what : write \t
 - In the field Replace with : press Space 4 times. Be sure that there is nothing else in this field.
 - Click on the button Replace All
 

No comments:
Post a Comment