What do your settings for Editor | Code Style | JavaScript | Tabs and Indents look like? Such issues may occur when you choose to indent code using tabs, but set the indent/continuation indent width to a value not divisible by specified tab size
hmm... works for me using similar setup. There must be some option that affects this. Please can you provide your code style settings (%WebStorm config dir%/codestyles/<your schema name>.xml)?
Thanks:) the problem is that, when function parameters are wrapped and aligned, the indent size is not always divisible by tab size (in the example shown in preview, indent is 17)... Not sure how this can be avoided
can't recreate:
What do your settings for Editor | Code Style | JavaScript | Tabs and Indents look like? Such issues may occur when you choose to indent code using tabs, but set the indent/continuation indent width to a value not divisible by specified tab size
Elena, here they are
Maybe full config will be more valueble, here it is https://gist.github.com/sssats/dc76571f0403247920555493d33994fd
hmm... works for me using similar setup. There must be some option that affects this. Please can you provide your code style settings (%WebStorm config dir%/
codestyles/<your schema name>.xml)?Elena, i updated post, maybe you didn't notice, here is my config file https://gist.github.com/sssats/dc76571f0403247920555493d33994fd
Thanks:) the problem is that, when function parameters are wrapped and aligned, the indent size is not always divisible by tab size (in the example shown in preview, indent is 17)... Not sure how this can be avoided