From e1124df99d0a7d815729a59477fc1b4c027e6edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20K=C3=BChn?= Date: Sun, 28 Nov 2021 19:38:20 +0100 Subject: [PATCH] updated coding guide --- Docs/coding guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/coding guide.md b/Docs/coding guide.md index 535ae4e..a77adf9 100644 --- a/Docs/coding guide.md +++ b/Docs/coding guide.md @@ -1,6 +1,7 @@ # 1 Formatting ## 1.1 General -maximal 80-100 letters in one line +Maximal 80-100 letters in one line +We use the default build in Formatter from 'IntelliJ IDEA' (Ctr+Alt+L) ## 1.2 Brackets Brackets will be used like this: