dotnet/roslyn
Extract interface doesn't respect insert_final_newline editorconfig
开放
#33,868 创建于 2019年3月5日
Area-IDEBugFeature - Editor ConfigFeature - Extract InterfaceIDE-CodeStylehelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
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"