Open ysmilda opened 2 years ago
A few things that come to mind would be:
editorconfig
file with all the style rules regarding all the languages that we use.We can have some sort of repository dedicated for both and refer to that in the Development.md
For use of the vscode-proto3
plugin in vscode
the following needs to be added to the settings.json
to have it work with the stack:
"protoc": {
"options": ["--proto_path=${workspaceRoot}/api"]
},
Summary
To make life easier on starting developers it would be nice to share the editor settings that we have accumulated over time. This will ensure that others have access to the same checks as we do. This can either be done in the
DEVELOPMENT.md
or as complete configuration files.Current Situation
N/A
Why do we need this? Who uses it, and when?
This would be a great help for new developers as well as a way of documenting the settings used within the team.
Proposed Implementation
No response
Contributing
Code of Conduct