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.
有什么简单的方法可以自动缩进 SASS/Compass 文件吗?我想保持层次结构内的缩进。
我认为答案取决于您使用的编辑器。有很多提供自动缩进功能的编辑器,比如我最喜欢的VIM。它可以在您编写时自动缩进。或者您可以gg=G在完成后使用格式化整个文件
gg=G