tome
tome copied to clipboard
Fix indentation issue with closing and opening a block on the same line
This code has an indentation problem in tome:
await apos.doc.db.update({
user: {
_id: 'editor2'
}
}, {
title: 'test1-edited'
// IF I TYPE { AND PRESS ENTER HERE, it over-indents