You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a .editorconfig file to the repository to standardize coding styles across different editors and IDEs.
Benefits:
Ensures consistent indentation, line endings, and character encoding.
Reduces code style discrepancies and merge conflicts.
Helps contributors adhere to the project's coding standards.
Note: There is an overlap with what devcontainer but since editorconfig support more IDEs, if we digilate all those setting to editorcofig we can extend reproducibility.
The text was updated successfully, but these errors were encountered:
Description
Add a .editorconfig file to the repository to standardize coding styles across different editors and IDEs.
Benefits:
Note: There is an overlap with what
devcontainer
but sinceeditorconfig
support more IDEs, if we digilate all those setting toeditorcofig
we can extend reproducibility.The text was updated successfully, but these errors were encountered: