From 3927864a30977c775e65f6b27c3bbeabb38a303a Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 16 Mar 2018 16:34:18 +0100 Subject: [PATCH] contribution guidelines: pretty printer settings --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e59b68b4..8203c7f88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,8 @@ d. abapGit is targeted for version 702, so the code should only contain expressi e. commit often, whenever something is working, and is a step in the right direction do a commit or PR. This way other contributors can see the changes, and it will minimize the risk of merge conflicts. +f. Use pretty printer, keywords upper case + indentation + External Links: https://guides.github.com/activities/contributing-to-open-source/