|
|
|
|
|
by kungtotte
2825 days ago
|
|
Nim disallows tabs entirely, and in Python 3 it's an error to mix the two in the same file. So those errors can't happen anymore. Out of your list, the only one that seems like a real problem is recreating blocks if the code lost all formatting. |
|