1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Added prettier options to ST project

This commit is contained in:
Laurent Cozic 2018-03-09 17:48:08 +00:00
parent 250cd47e02
commit 03b5c6aa5e

View File

@ -70,5 +70,11 @@
],
"path": "D:\\Docs\\PROGS\\Node\\tkwidgets"
}
]
}
],
"settings": {
"js_prettier": {
"auto_format_on_save": true,
"auto_format_on_save_requires_prettier_config": true,
}
}
}