zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Can't set indent guide to 4 spaces. #117

Open DiThi opened 6 years ago

DiThi commented 6 years ago

The vertical indent guide lines that should show every n spaces (where n is the configured tab length) show every 2 spaces when the global tab length is configured for 4.

As a workaround, it does work correctly when you follow these steps:

zargony commented 6 years ago

Thanks for reporting this issue. This sounds similar to an Atom bug that has been nagging us for some time, see #93 and atom/settings-view#967. Since we don't do any settings management besides specifying some editor settings, I suppose this is probably an issue with Atom itself. Unfortunately, I don't know the Atom internals very well. You might want to try asking the Atom community for help (please post a link to it here if you do so)