Open
Description
We currently mostly have 2 spaces indentation, e.g. in bulleted lists in CHANGELOG.md
and README.md
. But we have 4 spaces indentation specified in .editorconfig
for .md
files. We should either change the .editorconfig
or reformat the .md
files. Possibly some reformatting of some .md
files is needed either way.
From #1035 (comment):
- https://www.markdownguide.org/basic-syntax/ does not say anything about indentation styles.
- https://markdown-guide.readthedocs.io/en/latest/basics.html says "4 spaces"
- https://google.github.io/styleguide/docguide/style.html also says 4 spaces