在Android Studio上使用制表符标识而不是空格

时间:2017-05-11 14:57:10

标签: android-studio android-studio-2.2

只是尝试在tab-indentation

上使用Android Studio 2.2.2

我按照我在此主题中找到的说明进行操作:

Android Studio "This file is indented with tabs instead of 4 spaces"

但是这些说明仅适用于我在设置该配置后创建的新文档,但对于以前创建的文档,space-indentation仍然存在。

如何将项目中的所有文件配置为tab-indentation?对于上面链接上tab-indentation配置之前和之后的文件?

1 个答案:

答案 0 :(得分:1)

更改设置后,您必须重新格式化代码,您可以通过打开文件并按(Command + Option + L)快捷键或右键单击src文件夹并选择Reformat Code选项逐个执行此操作: Reformat Code menu

您可以从菜单中选择View -> Active Editor -> Show Whitespaces来检查结果: show Whitespaces menu

这将是这样的: Tabbed code sample