Hyeonjong

Results 45 comments of Hyeonjong

> yes, my config is endingPosition: 'absolute-with-indent', If so, please provide code that can reproduce the issue. The code provided above does not contain any lines longer than 120 characters,...

The current line wrapping stage of this plugin does not handle characters following the class name. In this sense, the class name of `h3` is considered to not exceed 120...

Thinking back when I was implementing the `endingPosition` option, I wasn't happy with the lack of handling of characters following the class name. However, regarding the `printWidth` option, I read...

@moonlitusun Fixed in `v0.7.5`, check it out!

Hi, sorry for the late reply! I will consider adding that option. Currently, you can work around this by defining a separate identity function and then adding that function name...

Hello! Thanks for reporting the issue! From my local environment investigation, I found that the parser of this plugin fails to parse TypeScript syntax when performing `defaultParser.parse`.

Currently this plugin does not support twig parser. If there is an official plugin that supports twig parser, twig parser support may be added to this plugin in the future.

Hello! Thanks for reporting the issue! There is insufficient information about the current behavior. Can you provide more details?

Hi, sorry for the late reply! I will consider adding that option. For now, readability can be improved by writing class names separately for each variant. ```typescript ``` ```typescript ```