1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00
Files
joplin/ReactNativeClient/.prettierrc.js

7 lines
120 B
JavaScript
Raw Normal View History

2020-10-13 15:05:17 +01:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};