From cceebeebef853cd3e6ef402f6abfa1f391809436 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 9 Mar 2018 17:59:41 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 751078ab29..df6568a0f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,5 +16,4 @@ Building the apps is relatively easy - please [see the build instructions](https # Coding style -- Only use tabs for indentation, not spaces. -- Do not remove or add optional characters from other lines (such as colons or new line characters) as it can make the commit needlessly big, and create conflicts with other changes. +See the [prettier config](https://github.com/laurent22/joplin/blob/master/prettier.config.js).