prettier-plugin-kotlin
prettier-plugin-kotlin copied to clipboard
A prettier plugin for the Kotlin programming language
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
This plugin seems to not be wrapping at the default max line length. I can send a screencast if needed.
Not sure if this project is still active, but when trying to use the plugin every time I run prettier it adds a new line to all my kotlin files....
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Hi everyone, I try to use this plugin on intellij and i have an error when i want format file stacktrace: ``` Error: Exception in thread "main" java.io.StreamCorruptedException: invalid stream...
## Background In a project of mine, I recently converted some Java files to Kotlin and installed this plugin to format them. When I next ran `prettier`, though, this bug...
Hi, Thanks for contributing to the Prettier ecosystem. After installing Prettier and the Kotlin plugin such as: ```bash npm install --save-dev prettier-plugin-kotlin ``` while running: ``` npx prettier --check ....
First of all I love that you started building the plugin. I wanted to do it myself but never as far as you. I just played around with it and...
Hello! First of all, thank you for starting this! 🎉 Would it make sense to create a list of issues of missing formatting rules so people could pick it up...
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...