DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

nedit tab issue #3

Closed DamienIrving closed 8 years ago

DamienIrving commented 9 years ago

The nedit text editor inserts tabs into scripts when the auto indent isn't turned off. I've now changed my default settings in nedit so that it is turned off, however there is a lot of code I've written without it turned off. The code seems to run ok (i.e. Python can interpret the tabs), however when you open the scripts with a different text editor (like TextWrangler) all the indentation is screwed up. I need to fix this because if people clone my repo that code may format wrong for them

DamienIrving commented 8 years ago

No longer using nedit