Add prettier config file + recommended extension
WARNING: Really sorry, I tried everything I can but for some reasons, I cannot make a merge request with only the 2 files I commited !! I would be happy to learn how to do it properly ...
The only changes are the last 2 files .prettierrc
and .vscode/extensions.json
Merge request reports
Activity
Filter activity
No worries.
Thanks indeed for the MR.
What I do in general is to have different branches for every issue I want to address. Like:
git checkout -b eolang # I do my fix, in this case adding the new translation etcetera git commit my changes git push git checkout master git checkout -b otherfix # do the fix here git commit git push ...
mentioned in commit d4fe675f
Please register or sign in to reply