codec
codec

Reputation: 8826

How to set indentation for javascript files in Idea IntelliJ 2016.3

I am trying to set an indentation style for my javascript flies in IntelliJ following

https://www.jetbrains.com/help/idea/2016.3/code-style-javascript.html

But I don't see javascript under codestyle in my intelliJ. How to set the indentation for my js files? I am using Idea IntelliJ 2016.3

Upvotes: 0

Views: 776

Answers (2)

debanga durlov saikia
debanga durlov saikia

Reputation: 179

You need ultimate version for JS support. Community version does not provide this functionality.

Upvotes: 0

Julian
Julian

Reputation: 4085

Have you followed these steps as shown on the intelij support web site?

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206814405-Javascript-does-not-appear-under-code-style This assuming you have the Ultimate edition of InteliJ

Upvotes: 1

Related Questions