When editing a Markdown file on GitHub using its own editor, does it always use tabs
with 8
and soft wrap
While I don’t mind the two last options that much is the tabs option a constant annoyance to have as it constantly messes up any formatting I have.
For example would a list with indends show like this:
- Entry 1
- Entry 2 # Tab
- Entry 3 # Actual space
I also have this image here showing how much work this causes me to do:
Is there any way for me to change the default editor settings used so that I don’t have to constantly change them followed by correcting annoying tab-inserts?
Why is that even a default setting for markdown to begin with?