docs(crush.md): add commenting directive

Christian Rocha created

Change summary

CRUSH.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

CRUSH.md 🔗

@@ -19,4 +19,5 @@
 - **Constants**: Use typed constants with iota for enums, group in const blocks
 - **Testing**: Use testify/assert and testify/require, parallel tests with `t.Parallel()`
 - **JSON tags**: Use snake_case for JSON field names
-- **File permissions**: Use octal notation (0o755, 0o644) for file permissions
+- **File permissions**: Use octal notation (0o755, 0o644) for file permissions
+- **Comments**: End comments in periods unless comments are at the end of the line.