以前没怎么注意,最近新来的同事安装新的 idea 开发工具后,在打开 Maven 的 pom.xml 时提示:This file is indented with tabs instead of 4 spaces。下面我说说这个问题的解决办法。
这个问题的解决办法很简单,点击 Indent with 4 spaces 就不会有这个提示了。
但是下次新的项目,或导入其它项目。或者换个工作空间的其他项目可能就又会出现这个提示。
下面说说一劳永逸的解决办法。
File -> Settings -> Editor -> Code Style -> Java -> Tabs and Indents -> Use tab character。
由于我点过 Apply,所以它是灰色的。点了 Apply 后,点 Ok 就可以了。
: » 解决 idea 提示 This file is indented with tabs instead of 4 spaces 问题
原创文章,作者:745907710,如若转载,请注明出处:https://blog.ytso.com/251795.html