I have "Detect width from file" option checked in preferences. But geany often 
fails to detect indentation width for some python files, for example:

```python
import unittest


class MyTestCase(unittest.TestCase):

    def test_test(self):
        # test
        # test
        # test
        pass
```

For this file indentation is set to 8 spaces (should be 4).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1008

Reply via email to