- Local Settings
- Project Settings
- Global Settings
Local settings have the highest priority and are used for personal preferences, private rules, machine-specific paths, and temporary debugging.Use this to confirm Entire is still reading the repository configuration. If the behavior does not match
Local settings file
Local settings are stored in.entire/settings.local.json and are automatically ignored by Git.Local settings are merged with project settings. You only need to specify the settings you want to override:.entire/settings.local.json
Local settings reference
Use these settings locally when the behavior should not affect teammates.Modify local settings
- Use the CLI
- Edit JSON
Add If a setting does not have a CLI flag, edit
--local when the command should write to .entire/settings.local.json..entire/settings.local.json directly.Verify local settings
After editing local settings, run:.entire/settings.local.json, check the setting name and JSON nesting. Local settings override project and global settings for the same setting path.