Skip to content

Fix uneven indentation #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ianvg opened this issue Feb 26, 2025 · 3 comments
Open

Fix uneven indentation #10

ianvg opened this issue Feb 26, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@ianvg
Copy link

ianvg commented Feb 26, 2025

It would be nice to have an option for the number of spaces associated indentations/tabs. Currently the default space count is 3. This would help interoperability with other Markdown editors.

@qurle
Copy link
Owner

qurle commented Feb 26, 2025

Hi @ianvg,
Thanks for pointing this out!

I guess I'll stick to 4 spaces as the only safe option to avoid the complexity of the app. Does it seem good to you?

@ianvg
Copy link
Author

ianvg commented Feb 26, 2025

Wow, didn't really expect a response! Sure, that seems great to me! I was just reading over the specification for Markdown lists, I had no idea there were so many rules. Link here. You're the bomb.com!

@qurle qurle added the enhancement New feature or request label Mar 5, 2025
@qurle
Copy link
Owner

qurle commented Apr 5, 2025

Hello again, @ianvg
I investigated the problem. Seems like currently type is using 2-spaces indentation as default configuration.

If there any cases you have 3-spaces indentation, can you share it?

Image

@qurle qurle changed the title Tab Option Fix uneven indentation Apr 5, 2025
@qurle qurle added bug Something isn't working and removed enhancement New feature or request labels Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants