Unexpected 'INDENT' in CoffeeScript Example Code

后端 未结 6 1202
悲哀的现实
悲哀的现实 2020-12-15 17:21

As I was playing around for the first time with CoffeeScript, I ran in to a problem. In order to debug my problem, I tried replacing my whole file with one of the example b

6条回答
  •  执念已碎
    2020-12-15 17:49

    You can resolve this two ways 1. IF using webstorm File->Default Settings as said above 2. Other workaround, is to use a different editor like Sublime, there u can press enter on earlier line and it will auto tab it for you with spaces

提交回复
热议问题