dotnet/roslyn
Extract interface doesn't respect insert_final_newline editorconfig
Aberta
#33.868 aberto em 5 de mar. de 2019
Area-IDEBugFeature - Editor ConfigFeature - Extract InterfaceIDE-CodeStylehelp wanted
Métricas do repositório
- Stars
- (20.414 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
Version Used: 15.9
Steps to Reproduce:
- Run with
insert_final_newline=trueeditorconfig - Run the "Extract Interface" code fix
- Look at the generated file
Expected Behavior: The last character(s) are a line break
Actual Behavior: The last character in the file is the closing curly brace of the namespace and git says "No newline at end of file"