wunsh / elixir-docs-ru

Translation of official Elixir documentation into Russian
https://wunsh.ru/docs
36 stars 3 forks source link

remark and editorconfig support #10

Open sobolevn opened 7 years ago

sobolevn commented 7 years ago

I suggest to add some linting! I personally use remark and remark-lint quite successfully.

The reason behind it is simple: I like coding standards (I consider documentation as code too) and I like to automate things.

editorconfig is also very useful. It removes trailing spaces, converts tabs to spaces, and does many other things automatically. It is has plugins for every possible IDE or editor.

If everyone is fine with it:

I am not sure about access rights. @jarosluv

sobolevn commented 7 years ago

@jarosluv yeap, some issues with access rights. I can't even push to this project (not even master, I am using feature- branch). Could you please fix that?

rtrv commented 7 years ago

I have nothing against it of course

jarosluv commented 7 years ago

@sobolevn

It's an awesome idea!

I try to fix your access issues. Please, check it.

sobolevn commented 7 years ago

Received, thanks!