Reactime
Reactime copied to clipboard
Add an .editorconfig to ensure consistent whitespace policy
src/README.md already says:
Before beginning development, especially on teams, make sure to configure your linter and code formatting to conform to one unified setting
EditorConfig (see https://editorconfig.org/) is a fantastic way to ensure that many editors will automatically configure themselves with settings to correctly match any project containing an .editorconfig file. So add one to this project with settings matching the existing style (including 2-column indentation).