1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Merge branch 'master' of github.com:laurent22/joplin

This commit is contained in:
Laurent Cozic
2018-03-09 19:07:47 +00:00

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.