Area-IDEBugFeature - Editor Confighelp wanted
倉庫指標
- 星標
- (20,414 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Version Used: 15.9.9
Steps to Reproduce:
- Have an .editorconfig with
charset = utf-8 - Open an existing file (encoding irrelvant)
- Add a type to the file
- Apply "Move type to new file" refactoring
Expected Behavior:
The new file is stored in the encoding specified by .editorconfig (in this case UTF8, no BOM).
Actual Behavior:
The new file is stored in UTF8-BOM.