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.
我正在为 JavaScript 项目设置样式规则的实施,我想完全禁止文件中的制表符(每个缩进级别有两个空格)。我发现的唯一相关 jscs 选项是disallowMixedSpacesAndTabs,它不会完全禁止选项卡。
JSCS validateIndentation是我一直在寻找的选项。它对应于(已弃用的)JSHint缩进选项。