英文:
Goland does not add newline at end of file
问题
我正在使用Goland编写我的gRPC应用程序。在生成我的proto文件后,文件末尾没有换行符。有没有办法在IDE中启用这个功能?
英文:
I am using Goland to write my grpc application. After my proto files are generated, no trailing newline is present at the end of the file. Is there a way to enable this in the IDE?
答案1
得分: 5
如果你花时间阅读文档,或者探索Goland的设置,你会发现这个选项在设置..编辑器..常规下:
英文:
If you take the time to read the documentation, or explore Goland's settings, you'll discover this under Settings..Editor..General:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论