diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..77c419b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,40 @@ +# Coding standards + +* 4 spaces are used for tabulation. +* Unix line endings are used. +* Curlies are always explicitly written. + +## If + +``` +if (something) { + ... +} else { + ... +} +``` + +## for + +``` +for (uint8_t i; i