Add basic config files like .editorconfig for better collaboration efforts
Jarmos-san opened this issue · 1 comments
Jarmos-san commented
Collaboration on any software development projects requires everyone collaborating on the project to have somewhat of the same development experience as one another. As such, it's necessary to have configuration files like .editorconfig
, .gitattributes
files & such to be added to the repository.
That said, following are the list of such files/folders which needs to updated and/or added:
-
.editorconfig
(see #24) -
.gitattributes
(see #24) - #41
- And updated
README.md
(see #37) - A
tsconfig.json
file since the project will be developed using TypeScript. (see #30)
More such configuration files will added to the list as required.
Jarmos-san commented
All pending TODOs are complete, hence closing this thread. Please reopen the thread with a proper explanation for doing so if necessary in the near future.