We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99298b5 commit 9b9eb68Copy full SHA for 9b9eb68
CONTRIBUTING.md
@@ -34,6 +34,12 @@ When making changes to the firmware:
34
- Consider if your feature aligns with the [InfiniTime vision](doc/InfiniTimeVision.md)
35
- Test your changes on a PineTime or InfiniSim
36
- Make sure the code conforms to the [coding conventions](doc/coding-convention.md)
37
+- Configure Git to automatically fix whitespace issues:
38
+
39
+ ```sh
40
+ git config set core.whitespace trailing-space,space-before-tab
41
+ git config set apply.whitespace fix
42
+ ```
43
44
You can also check the [maintainer's guide](doc/maintainer-guide.md)
45
for what maintainers will look at in PRs.
0 commit comments