Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,在 *.asm 文件中,我需要一个等于 20 个空格的制表符大小,而在 *.cpp 文件中 - 2 个空格。
.asm在 Sublime Text 中打开一个文件。
.asm
然后使用 menu 编辑语法特定设置Preferences -> Settings - More -> Syntax Specific - User:
Preferences -> Settings - More -> Syntax Specific - User
{ "tab_size": 20 }
您可以对任何其他文件类型执行相同操作。