Source Safe 2005 是否允许您在签入时更改格式?

发布于 2024-09-29 19:15:22 字数 203 浏览 1 评论 0原文

不同的开发人员在 Visual Studio 中使用不同的字体。然而,当人们签入代码时,这会成为一个问题,因为 Source Safe 显然保留了格式信息。源安全是否提供了一个挂钩,可以在签入之前更新代码的格式,以确保签入的代码使用标准字体?为什么 Source Safe 一开始就担心字体?

谢谢, Ashish

更新:我误解了引发此问题的电子邮件。我的坏!

Different developers use different fonts in Visual Studio. However, this is becoming a problem when people check in code because Source Safe apparently retains the formatting information. Is there a hook that source safe provides to update formatting on the code before it checks in to ensure that the checked in code is using the standard font? Why does Source Safe even worry about font face to begin with?

Thanks,
Ashish

UPDATE: I misunderstood the email that prompted this question. My bad!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

会傲 2024-10-06 19:15:22

Visual Studio 中使用的字体是用户设置,存储在 *.vssettings 文件中:除非您想在团队中共享,否则不应签入这些设置。

如果您想共享一些设置,但不共享字体,请从您正在使用的团队设置文件中删除该设置(在选项 -> 环境 -> 导入和导出设置中指定)。

The font used in Visual Studio is a user setting, stored in a *.vssettings file: you should not check these in unless you want to share them across your team.

If you want to share some settings, but not the font, remove that from the team settings file you're using (specified at Options -> Environment -> Import and Export Settings).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文