hediet / browser-ext-github-monaco

This extension brings the famous Monaco editor to Github
https://chrome.google.com/webstore/detail/monaco-markdown-editor-fo/mmpbdjdnmhgkpligeniippcgfmkgkpnf?hl=de&authuser=0
257 stars 32 forks source link

Configurable tab stop spaces #23

Closed bbugh closed 3 years ago

bbugh commented 3 years ago

Hi! 👋 Thanks for this great extension.

I use a lot of ruby and standard ruby formatting is two spaces for tab stops. Unfortunately, this defaults to 4 spaces, which makes it very clumsy to paste and format Ruby code. Is there or can there be a way to configure this? Thanks!

hediet commented 3 years ago

Thanks!

Afaik it is very easy to configure the indentation in code, but currently I have no settings infrastructure.

I'm very welcoming contributions!

hediet commented 3 years ago

Fixed by #25.

image