[Github-comments] [geany/geany] Indentation auto-detection for python files (#1008)
Kirill Goncharov
notifications at xxxxx
Mon Apr 25 09:31:46 UTC 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160425/5995caeb/attachment.html>
More information about the Github-comments
mailing list