-
Notifications
You must be signed in to change notification settings - Fork 276
Not able to set a modul tab length to default if main settings are different #774
Comments
Thanks very much! I reproduced this using Atom v1.7.2 on Mac OS X 10.11.4. |
Have the same issue. Why not use 4 as the default value for editor ? |
Confirmed with Atom 1.8.0, on Windows 10 64bit. |
Wow, sorry for this terrible experience everyone. Fixing now. |
For scoped editor settings fix: atom/settings-view#774
This fix will be released in Atom 1.12. |
I still meet this problem in Atom 1.19. And have to work around by using this gandm/language-babel#191 |
@sangdth I just tried to reproduce the issue listed above using Atom v1.19.2 on Mac OS X 10.12.6 and could not. If you are experiencing a reproducible problem, please open a new issue. |
I still reproduce this using atom-typescript package on the last version of atom (11.0.10). |
@lee-dohm I don't know why but since I disable/uninstall all eslint related and the problem was gone. I'm using 1.21.1 Atom. |
I can still reproduce this with Atom 1.25.1 and |
Description
I'm not able to set the tab length to the default value (2) in a language modul if I set a value in the main settings tab length,
It immediately changes to the tab length from the main settings.
See issue atom/atom#11546.
And also issues Lukasa/language-restructuredtext#37 and atom/language-gfm#134.
Steps to Reproduce
Default: 2
. But then also changes to 4.It should possible to change the value to the default 2.
Now you can change it to every other value (1,3,5,etc) but not to 2.
Versions
Atom 1.7.2 and 1.8.0-beta2
The text was updated successfully, but these errors were encountered: