VsVim/VsVim

Feature Request: support "set fileformat"

Open

#2.663 geöffnet am 1. Juli 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (393 Forks)batch import
feature requestgood first issue

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.

Contributor Guide