Repository-Metriken
- Stars
- (3.517 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Feature category
- Check(Type 'x') any that Applicable item:
- Vim
- Vim plugin
Is your feature request related to a problem? Please describe. When working with Unity C# assets, their default template has mac OS line endings. When I edit on Windows it then has mixed line endings that cause a warning. Normally in vim vanilla I could just "set fileformat" but that's not supported in vsvim.
Describe the solution you'd like Ideally I could just "set fileformat" and the next save would have the appropriate line endings.
Describe alternatives you've considered My other options are other extensions to VS or to edit it outside of VS. Ideally it'd be nice to just have it supported in vsvim itself.