Add correctly configured .editorconfig file to the project root.
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
Since the echo team are using at least two editors (vscode, pycharm) this should help smooth out any differences between them.
This is becoming the de facto way to share settings across editors.
Add correctly configured
.editorconfigfile to the project root.EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
Since the echo team are using at least two editors (vscode, pycharm) this should help smooth out any differences between them.
This is becoming the de facto way to share settings across editors.