- formatIfElseBlock: Added support for try/catch/finally blocks, fixed bug for allman style
- allowElseAfterBlock: If set to true won't insert a blank line after block statement if next line is an else
- formatIfElseBlock: Defines if and how to format if-else blocks
- fix: insertLineAfterBlock ignores closing tags (like
</script>
, useful for Vue)
- feature: restored insertLineAfterBlock and added removeBlockPadding
- feature: apply only to selected text (fixes #2)
- add: react support (updated default configuration)
- fix: performance issues
- Minor bug fix.
- Initial version