tome icon indicating copy to clipboard operation
tome copied to clipboard

Fix indentation issue with closing and opening a block on the same line

Open boutell opened this issue 2 years ago • 0 comments

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

boutell avatar Nov 06 '23 16:11 boutell