feimosi / frameworks-code-comparison

:vs: :fire: Code comparison of modern web frameworks, based on React, Angular and Vue.js
89 stars 29 forks source link

Convert code snippets indentation to 2 spaces #50

Closed feimosi closed 6 years ago

feimosi commented 6 years ago

Right now the style is mixed, some snippets are indented with 2 spaces and some with 4.

If you know a tool that would do it automatically, let me know!

sergio-alonso commented 6 years ago

Maybe this could help you.

Markdown code style linter

feimosi commented 6 years ago

Looks interesting, but which rule would apply here? I can't find a proper one: https://github.com/wooorm/remark-lint/blob/master/doc/rules.md

sergio-alonso commented 6 years ago

I have finally use textlint

You can see the result in PR https://github.com/feimosi/frameworks-code-comparison/pull/54