Source Safe 2005 是否允许您在签入时更改格式?
不同的开发人员在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).