1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +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

View File

@@ -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).