From 14301b482090e580ba8d334ff5a79686fa3a9272 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 12 Mar 2020 20:23:20 +0000 Subject: [PATCH] Document comment code style in the README Signed-off-by: Graham --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3a4cec1..21a9143c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ project. Kotlin code must pass all of [ktlint][ktlint]'s tests. +Always use `//` for single-line comments and `/*` for multi-line comments. + ### Commit messages Commit messages should follow the ['seven rules'][commitmsg] described in