From 49842c73964816e67999be4fb42d448114f23492 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 20 Dec 2015 20:05:42 +0100 Subject: [PATCH] Fix bulleted list of coding standards --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1047263..4512f9f 100644 --- a/README.md +++ b/README.md @@ -26,18 +26,18 @@ Can anyone recommend a sensible set? :) For now: * '{' -** on a new line for function definitions -** on a new line for enums -** on the same line for conditionals/loops -** omitted when possible + * on a new line for function definitions + * on a new line for enums + * on the same line for conditionals/loops + * omitted when possible * use tab for indentation * use doxygen/javadoc-style comments. - * for multiline doxygen docs, add a newline after '/**' + * for multiline doxygen docs, add a newline after '/**' * case -** classes: camelcased, start uppercase -** enums: camelcased, start uppercase -** functions: camelcased, start lowercase -** local variables: camelcased, start lowercase + * classes: camelcased, start uppercase + * enums: camelcased, start uppercase + * functions: camelcased, start lowercase + * local variables: camelcased, start lowercase License -------