Here are some sensible settings to add to your Company_Standards.cfg:
#----------------------------------------------------------------------
# User Settings
#----------------------------------------------------------------------
MS_SNAPMODE_SOURCE = 1
MS_MONITOR_USER_PREFS = 1
MS_COMPRESS_USER_PREFS = 1
MS_SPELLINGLANGUAGE = BritishEnglish
%lock MS_SPELLINGLANGUAGE
- MS_SNAPMODE_SOURCE saves snap settings in your user preferences file instead of individually in each design file.
- MS_MONITOR_USER_PREFS and MS_COMPRESS_USER_PREFS automatically compress user preference files reducing the chance of user preference file corruption.
- MS_SPELLINGLANGUAGE centrally sets the spelling language to your locale and can be locked as shown.