language-blade
language-blade copied to clipboard
Can't change indentation to 2 spaces
Keeps jumping back to 4
.
@kasparasg please see #47, if your atom version is older than 1.12.0, then to solve it, you'll need to upgrade.
Please close the issue if that solved it for you.
@Ingramz thank you. I'm on the latest Atom tho :(
@kasparasg there are chances that some of the caches aren't cleared or another package is interfering with the setting. Under Settings->Packages, try disabling all community packages except language-blade
, restart Atom and see if the problem persists.
Another thing you can check is if settings-view
package is 0.243.1, if not, then your Atom installation is broken and you'll need to do a clean install or try to repair it.
@Ingramz tried disabling community packages. Also settings-view
is at the latest too. Issue is still there.
@kasparasg could you please share your Atom config? Depending on system, Atom->Config or File->Config
@Ingramz right. I've reinstalled it all. Seems to have done the trick. Not sure why this was an issue. All good. Thanks so much for helping out 👍
Actually, it's still an issue. And I think I have a pattern.
If you set the indentation to 2 spaces on the editor by default. 4 spaces on the language-php package and 2 spaces on language-blade, then you should be able to replicate the issue.
@kasparasg alright, that's where we would have gotten with the config thing anyway.
I'll report it to people responsible.
I have the same issue. Still not resolved.
Same issue :( And still not resolved.
Same, still.
Same still on Atom v1.25 with v0.39.0 package.
In case it helps anyone, I successfully use editorconfig (my config) to indent blade files with 2 spaces. :)
In case it helps anyone, I successfully use editorconfig (my config) to indent blade files with 2 spaces. :)
Thanks, @geekish