Reputation: 8826
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
Reputation: 179
You need ultimate version for JS support. Community version does not provide this functionality.
Upvotes: 0
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