dfinity / prettier-plugin-motoko

A code formatter for the Motoko smart contract language.
Apache License 2.0
28 stars 1 forks source link

Automatically insert semicolons after multi-line blocks #78

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

This PR includes parts of the automatic semicolon insertion logic from Embed Motoko.

This feature is enabled by default and can be deactivated by adding "semi": false to your .prettierrc file (more info).