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.
我想在我的代码中将所有制表符转换为 (4) 空格。Clang-format 会这样做,但会重新格式化其他所有内容,可能使用默认设置。有什么办法可以禁用所有这些默认设置并只使用 IndentWidth 和 UseTab 设置?
谢谢