adityabisoi/json-hub

Create .editorconfig

Closed this issue · 4 comments

Create a .editorconfig to ensure consistency in the code-style throughout the project. The configuration should match the majority of files in the project, id est The indentation-type, size, whether or not the EOF newlines are present, what EOL sequence is being used, et cetera.

image

Additionally, update the README to include instructions on installing the EditorConfig extension in the IDE being used to ensure the configurations are in proper effect.

what are the coding standards?

what are the coding standards?

There aren't any at the moment! The contributor needs to generalize and infer that from the existing project files.

Can i work on this?

Can i work on this?

Yes, go ahead.