Shuhei Kadowaki

Results 359 comments of Shuhei Kadowaki

I encountered this issue too, after updating this package to the latest version (`v2.11.8`). I confirmed `v2.11.7` doesn't produce this issue, thus I suspect there is some regression in `v2.11.8`....

@zhuochun Thanks for getting me back ! I found `markdown-write: indent-list-line` doesn't work when an open editor's `getTabLength() !== 2`. (On Atom v1.40.1, and [email protected])

@zhuochun are you willing to fix this ? If you're not, I may want to help you out if given some pointers.

Obviously you can downgrade this package via `apm install [email protected]` or if you want to stick with language-gfm just set ```coffee ".gfm.source": editor: tabLength: 2 ```

> Ok, the workaround is to install language-markdown and just disable the markdown-writer keybindings, then I get the normal 4-space tab that I had originally and the correct list tabbing...

dirty solution: > ~/.atom/styles.less ```less atom-workspace { status-bar { .package-updates-status-view { display: none; } } } ```

Thanks for the fix, and the command can be invoked with `v2.11.9`, but I found it still doesn't respect the tag length of an editor (it seems to always indent...

Okay got it ! Feel free to close this issue then :) I will move to use 2 spaces but thanks for the fix anyway.

@harmsk @daviwil Still not migrated into core packages ??