You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve .roomodes file formatting when importing modes
- Modified updateModesInFile method to detect and preserve original YAML formatting
- Analyzes existing file indentation and applies same formatting when rewriting
- Prevents complete reformatting of .roomodes files during mode import operations
- All existing tests continue to pass
Fixes issue where importing a mode would reformat the entire .roomodes file,
changing user-preferred formatting and layout.
0 commit comments