jtokoph / auto-detect-indentation

Auto detect indentation of files in Atom
MIT License
39 stars 6 forks source link

Not working in 1.13.x #27

Open ghosTM55 opened 7 years ago

ghosTM55 commented 7 years ago

Just upgraded my Atom to 1.13.1 and it seems this package stoped working any more? Any ideas? Thanks

mtnakayama commented 7 years ago

I just installed it to 1.13.1, and it doesn't work for me either.

danielrs commented 7 years ago

It doesn't work for me neither. Looks like this issue has been around since last year #25. However, saving the file triggers the detection (a little annoying but a workaround while we get the fix).

ddelrio1986 commented 7 years ago

I am noticing the same behavior. When I save the file it correctly detects the indentation.

gmaggio commented 7 years ago

Disabling then re-enabling also triggers the detection (also annoying)... but this causes another issue #29. But I guess saving the file is an easier workaround.

ddelrio1986 commented 7 years ago

I changed to using the editorconfig plugin and adding an editorconfig file to my projects to get around this.