1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Laurent Cozic 2018-03-09 17:59:41 +00:00 committed by GitHub
parent c4f19465a6
commit cceebeebef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,4 @@ Building the apps is relatively easy - please [see the build instructions](https
# Coding style # Coding style
- Only use tabs for indentation, not spaces. See the [prettier config](https://github.com/laurent22/joplin/blob/master/prettier.config.js).
- 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.