gpt4 book ai didi

git - 在 Visual Studio 中格式化(4 个空格)所有代码文件?

转载 作者:行者123 更新时间:2023-12-04 08:32:12 33 4
gpt4 key购买 nike

我在一个旧分支上工作 feature/old-request ,那个分支没有 .editorconfig通知 Visual Studio 使用 4 个空格(公司同意的格式)的文件。
所以在我的旧分支上,Visual Studio 使用我自己的个人设置(2 个空格)。现在我正在尝试 merge 分支( developfeature/old-request ),我收到了很多更改的文件,唯一的变化是间距。
我现在已经中止 merge ,然后采取相同的 .editorconfig来自 develop 的文件把它放在我的 feature/old-request 上分支。
我不喜欢打开 100 个文件然后按 Ctrl + K Ctrol + D .
有没有办法告诉 Visual Studio 格式化所有代码文件?

最佳答案

dotnet CLI 中有一个很好的工具:dotnet-format
也可以直接从命令行安装:

dotnet tool install -g dotnet-format
现在,当您的目录具有如下解决方案设置时:
path to solution catalog
-- ConsoleApp
-- .editorconfig
-- ConsoleApp.sln
(这只是示例解决方案的示例)。
现在,运行命令 dotnet-foramt在解决方案目录中,它将自动应用来自 .editorconfig 的设置到您的解决方案。

关于git - 在 Visual Studio 中格式化(4 个空格)所有代码文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64965011/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com