Closed ibrahimshittu closed 9 months ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
This looks good.
But, to ensure the uniformity spans across various contributor's devices we could have an editorconfig file that handles this.
Another contributor with a different prettier setup or rule could change this. The editorconfig would ensure it's all in sync.
With your change, the
indent_size
should be around 2 or so. The editorconfig file should only check the markdown file now.Something similar to this:
# Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true [*.md] indent_style = tab indent_size = 2
Yes, you are correct!
I have added the required .editorconfig
file.
Thanks
Title:
Rearrange the README B section alphabetically and format it using Prettier.
Purpose
This PR aims to rearrange the B section alphabetically and format it using Prettier for easy readability.
Changes Made
Checklist
CONTRIBUTING.md
.